We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b44262 commit 4477ed8Copy full SHA for 4477ed8
app.json
@@ -2,7 +2,7 @@
2
"expo": {
3
"name": "Glific",
4
"slug": "glific",
5
- "version": "0.1.0",
+ "version": "0.2.0",
6
"orientation": "portrait",
7
"icon": "./assets/icon.png",
8
"userInterfaceStyle": "light",
@@ -21,7 +21,7 @@
21
"backgroundColor": "#ffffff"
22
},
23
"package": "com.glific",
24
- "versionCode": 5
+ "versionCode": 6
25
26
"web": {
27
"favicon": "./assets/favicon.png"
package.json
@@ -1,6 +1,6 @@
1
{
"name": "glific",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
0 commit comments