Skip to content

Commit 76c291a

Browse files
committed
release(mobile): Bump mobile version to 1.8.2
1 parent 07390ae commit 76c291a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/mobile/app.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
name: "Karakeep",
44
slug: "hoarder",
55
scheme: "karakeep",
6-
version: "1.8.1",
6+
version: "1.8.2",
77
orientation: "portrait",
88
icon: {
99
light: "./assets/icon.png",
@@ -35,7 +35,7 @@ export default {
3535
NSAllowsArbitraryLoads: true,
3636
},
3737
},
38-
buildNumber: "26",
38+
buildNumber: "27",
3939
},
4040
android: {
4141
adaptiveIcon: {
@@ -54,7 +54,7 @@ export default {
5454
},
5555
},
5656
package: "app.hoarder.hoardermobile",
57-
versionCode: 26,
57+
versionCode: 27,
5858
},
5959
plugins: [
6060
"./plugins/trust-local-certs.js",

0 commit comments

Comments
 (0)