aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app.config.js')
-rw-r--r--apps/mobile/app.config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mobile/app.config.js b/apps/mobile/app.config.js
index e634b939..17c4e9d3 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.8.0",
+ version: "1.8.1",
orientation: "portrait",
icon: {
light: "./assets/icon.png",
@@ -35,7 +35,7 @@ export default {
NSAllowsArbitraryLoads: true,
},
},
- buildNumber: "25",
+ buildNumber: "26",
},
android: {
adaptiveIcon: {
@@ -54,7 +54,7 @@ export default {
},
},
package: "app.hoarder.hoardermobile",
- versionCode: 25,
+ versionCode: 26,
},
plugins: [
"./plugins/trust-local-certs.js",