diff --git a/app.json b/app.json index a140300..a3279ba 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Glific", "slug": "glific", - "version": "0.0.5", + "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -21,7 +21,7 @@ "backgroundColor": "#ffffff" }, "package": "com.glific", - "versionCode": 3 + "versionCode": 5 }, "web": { "favicon": "./assets/favicon.png" diff --git a/package.json b/package.json index 19aac96..24ccb8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glific", - "version": "0.0.5", + "version": "0.1.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start",