Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Auwal committed Oct 27, 2023
1 parent d49f22e commit 3481cca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
14 changes: 11 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Reach a wider audience and sell more with Nana",
"slug": "nana-vendors-app",
"owner": "nana-app",
"version": "1.1.0",
"version": "1.1.1",
"orientation": "portrait",
"icon": "./assets/app-config/icon.png",
"scheme": "myapp",
Expand All @@ -14,6 +14,14 @@
"policy": "sdkVersion"
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
],
[
"expo-image-picker",
{
Expand All @@ -35,7 +43,7 @@
"android.permission.RECORD_AUDIO"
],
"package": "com.nanaapp.nanavendorsapp",
"versionCode": 490020100
"versionCode": 490010101
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -46,7 +54,7 @@
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.nanaapp.nanavendorsapp",
"buildNumber": "2.1.0"
"buildNumber": "1.1.1"
},
"web": {
"favicon": "./assets/app-config/favicon.png"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanavendors",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"scripts": {
"prepare": "husky install",
Expand Down Expand Up @@ -35,6 +35,7 @@
"cypress": "^12.7.0",
"expo": "^49.0.7",
"expo-asset": "~8.10.1",
"expo-build-properties": "~0.8.3",
"expo-checkbox": "~2.4.0",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
Expand Down

0 comments on commit 3481cca

Please sign in to comment.