Skip to content

Commit

Permalink
#273 - (version/0.15.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa authored May 5, 2024
1 parent 39693fa commit 4c36aa7
Show file tree
Hide file tree
Showing 15 changed files with 1,296 additions and 695 deletions.
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
'ios',
'android',
],
version: '0.14.0',
version: '0.15.0',
orientation: 'portrait',
updates: {
enabled: true,
Expand Down Expand Up @@ -38,7 +38,7 @@ export default {
usesNonExemptEncryption: false,
},
bundleIdentifier: IS_DEV ? 'abacus.fireflyiii.ios.app.dev' : 'abacus.ios.app',
buildNumber: '0.14.0',
buildNumber: '0.15.0',
},
android: {
icon: './src/images/icon-abacus.png',
Expand All @@ -56,7 +56,7 @@ export default {
},
playStoreUrl: 'https://play.google.com/store/apps/details?id=abacus.fireflyiii.android.app',
package: IS_DEV ? 'abacus.fireflyiii.android.app.dev' : 'abacus.fireflyiii.android.app',
versionCode: 22,
versionCode: 23,
},
scheme: 'abacusfiiiapp',
githubUrl: 'https://github.com/victorbalssa/abacus',
Expand Down
Loading

0 comments on commit 4c36aa7

Please sign in to comment.