Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa committed Jul 29, 2024
1 parent ab4fbd9 commit 48db151
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 330 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.19.0',
version: '0.20.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.19.0',
buildNumber: '0.20.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: 30,
versionCode: 31,
},
scheme: 'abacusfiiiapp',
githubUrl: 'https://github.com/victorbalssa/abacus',
Expand Down
Loading

0 comments on commit 48db151

Please sign in to comment.