Skip to content

Commit

Permalink
version: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Jun 4, 2023
1 parent 82f0785 commit 90b6609
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"platforms": [
"ios"
],
"version": "0.6.2",
"version": "0.7.0",
"orientation": "portrait",
"icon": "./src/images/icon-abacus.png",
"splash": {
Expand All @@ -22,7 +22,7 @@
},
"ios": {
"supportsTablet": true,
"buildNumber": "0.6.2",
"buildNumber": "0.7.0",
"bundleIdentifier": "abacus.ios.app",
"infoPlist": {
"NSFaceIDUsageDescription": "Abacus use Authentication with TouchId or FaceID",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abacus",
"homepage": "https://github.com/victorbalssa/abacus",
"version": "0.6.2",
"version": "0.7.0",
"private": true,
"jest": {
"preset": "jest-expo",
Expand Down

0 comments on commit 90b6609

Please sign in to comment.