Skip to content

Commit 7b4ede3

Browse files
committed
chore: prepare fdroid release
1 parent f8b703f commit 7b4ede3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default ({ config }: ConfigContext) =>
1010
slug: "evcc",
1111
scheme: SCHEME,
1212
description: "open source solar charging",
13-
version: "1.1.0",
13+
version: "1.1.1",
1414
orientation: "default",
1515
icon: "./assets/icon-light.png",
1616
userInterfaceStyle: "automatic",
@@ -34,7 +34,7 @@ export default ({ config }: ConfigContext) =>
3434
config: {
3535
usesNonExemptEncryption: false,
3636
},
37-
buildNumber: "33",
37+
buildNumber: "34",
3838
},
3939
android: {
4040
jsEngine: "hermes",
@@ -48,7 +48,7 @@ export default ({ config }: ConfigContext) =>
4848
foregroundImage: "./assets/adaptive-icon.png",
4949
backgroundColor: "#010322",
5050
},
51-
versionCode: 33,
51+
versionCode: 34,
5252
},
5353
web: {
5454
favicon: "./assets/favicon.png",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evcc",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",
@@ -88,4 +88,4 @@
8888
}
8989
},
9090
"private": true
91-
}
91+
}

0 commit comments

Comments
 (0)