Skip to content

Commit

Permalink
#337 - (version/0.20.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbalssa authored Oct 5, 2024
1 parent b656614 commit 7938242
Show file tree
Hide file tree
Showing 9 changed files with 581 additions and 653 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tsx": true,
"modules": true
},
"ecmaVersion": 11,
"ecmaVersion": 14,
"project": "./tsconfig.json",
"sourceType": "module"
},
Expand Down
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.20.0',
version: '0.20.1',
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.20.0',
buildNumber: '0.20.1',
},
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: 31,
versionCode: 32,
},
scheme: 'abacusfiiiapp',
githubUrl: 'https://github.com/victorbalssa/abacus',
Expand Down
Loading

0 comments on commit 7938242

Please sign in to comment.