Commit ce9a006a
| SHA | ce9a006aa9667cf1b9598a3e5cee0a7b0f900e2f |
|---|---|
| Author | MohamedBassem <me at mbassem dot com> |
| Author Date | 2025-08-31 17:06 +0100 |
| Committer | MohamedBassem <me at mbassem dot com> |
| Commit Date | 2025-08-31 17:06 +0100 |
| Parent(s) | c70646920643 (diff) |
| Tree | cd31efbcc25e |
release(mobile): Bump mobile version to 1.8.0
| File | + | - | Graph | |
|---|---|---|---|---|
| M | apps/mobile/app.config.js | +3 | -3 |
|
1 file(s) changed, 3 insertions(+), 3 deletions(-)
apps/mobile/app.config.js
diff --git a/apps/mobile/app.config.js b/apps/mobile/app.config.js index 1b60c74f..e634b939 100644 --- a/apps/mobile/app.config.js +++ b/apps/mobile/app.config.js @@ -3,7 +3,7 @@ export default { name: "Karakeep", slug: "hoarder", scheme: "karakeep", - version: "1.7.0", + version: "1.8.0", orientation: "portrait", icon: { light: "./assets/icon.png", @@ -35,7 +35,7 @@ export default { NSAllowsArbitraryLoads: true, }, }, - buildNumber: "24", + buildNumber: "25", }, android: { adaptiveIcon: { @@ -54,7 +54,7 @@ export default { }, }, package: "app.hoarder.hoardermobile", - versionCode: 24, + versionCode: 25, }, plugins: [ "./plugins/trust-local-certs.js",