Skip to content

Commit 0924627

Browse files
committed
release 1.2.0
1 parent 86873c9 commit 0924627

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.1",
13+
version: "1.2.0",
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: "36",
37+
buildNumber: "37",
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: 36,
51+
versionCode: 37,
5252
},
5353
web: {
5454
favicon: "./assets/favicon.png",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evcc",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)