Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Apr 23, 2024
1 parent 6478e0d commit 68fb3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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_logistics",
"version": "1.0.4",
"version": "1.2.0",
"orientation": "portrait",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanavendors",
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"engines": {
"node": "20"
Expand All @@ -17,7 +17,8 @@
"cypress:run": "cypress run --project ./mobile-app --headless --browser firefox:dev",
"react-devtools:open": "react-devtools",
"android": "expo run:android",
"ios": "expo run:ios"
"ios": "expo run:ios",
"release": "standard-version"
},
"dependencies": {
"@expo/config-plugins": "~7.2.2",
Expand Down

0 comments on commit 68fb3f9

Please sign in to comment.