Skip to content

Commit 96ccbb8

Browse files
committed
chore: stable release
1 parent 08d8796 commit 96ccbb8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.2",
6+
"version": "1.0.3",
77
"orientation": "default",
88
"icon": "./assets/icon-light.png",
99
"userInterfaceStyle": "automatic",
@@ -30,7 +30,7 @@
3030
"config": {
3131
"usesNonExemptEncryption": false
3232
},
33-
"buildNumber": "26"
33+
"buildNumber": "27"
3434
},
3535
"android": {
3636
"jsEngine": "hermes",
@@ -44,7 +44,7 @@
4444
"foregroundImage": "./assets/adaptive-icon.png",
4545
"backgroundColor": "#010322"
4646
},
47-
"versionCode": 26
47+
"versionCode": 27
4848
},
4949
"web": {
5050
"favicon": "./assets/favicon.png",

package-lock.json

Lines changed: 3 additions & 3 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.0.2-beta7",
3+
"version": "1.0.3",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)