Skip to content

Commit 219ab85

Browse files
committed
version bump
1 parent 5ee4341 commit 219ab85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "evcc",
44
"slug": "evcc",
55
"description": "open source solar charging",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"orientation": "default",
88
"icon": "./assets/icon-dark.png",
99
"userInterfaceStyle": "automatic",
@@ -42,7 +42,7 @@
4242
"config": {
4343
"usesNonExemptEncryption": false
4444
},
45-
"buildNumber": "18"
45+
"buildNumber": "20"
4646
},
4747
"android": {
4848
"jsEngine": "hermes",
@@ -56,7 +56,7 @@
5656
"foregroundImage": "./assets/adaptive-icon.png",
5757
"backgroundColor": "#010322"
5858
},
59-
"versionCode": 13
59+
"versionCode": 15
6060
},
6161
"web": {
6262
"favicon": "./assets/favicon.png",

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.0.1",
3+
"version": "1.0.2",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)