Skip to content

Commit b852392

Browse files
committed
updated version
1 parent 6a9521c commit b852392

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Glific",
44
"slug": "glific",
5-
"version": "0.0.5",
5+
"version": "0.1.0",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "light",
@@ -21,7 +21,7 @@
2121
"backgroundColor": "#ffffff"
2222
},
2323
"package": "com.glific",
24-
"versionCode": 3
24+
"versionCode": 5
2525
},
2626
"web": {
2727
"favicon": "./assets/favicon.png"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glific",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

0 commit comments

Comments
 (0)