File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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" ,
8888 }
8989 },
9090 "private" : true
91- }
91+ }
You can’t perform that action at this time.
0 commit comments