Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Aug 26, 2023
1 parent 2d64048 commit a57c2a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"android",
"web"
],
"version": "0.8.3",
"version": "0.9.0",
"orientation": "portrait",
"splash": {
"image": "./src/images/splash.png",
Expand All @@ -23,7 +23,7 @@
"ios": {
"icon": "./src/images/icon-abacus.png",
"supportsTablet": true,
"buildNumber": "0.8.3",
"buildNumber": "0.9.0",
"bundleIdentifier": "abacus.ios.app",
"infoPlist": {
"NSFaceIDUsageDescription": "Abacus use Authentication with TouchId or FaceID",
Expand All @@ -41,7 +41,7 @@
},
"playStoreUrl": "https://play.google.com/store/apps/details?id=abacus.fireflyiii.android.app",
"package": "abacus.fireflyiii.android.app",
"versionCode": 5
"versionCode": 6
},
"web": {
"bundler": "metro"
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.8.3",
"version": "0.9.0",
"private": true,
"jest": {
"preset": "jest-expo",
Expand Down

0 comments on commit a57c2a8

Please sign in to comment.