Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Mazzarolo committed Feb 7, 2023
1 parent 80582d2 commit 7918385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Breathly",
"slug": "breathly",
"version": "2.0.0",
"version": "2.0.1",
"orientation": "portrait",
"icon": "./assets/ios-icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -18,7 +18,7 @@
"ios": {
"supportsTablet": true,
"icon": "./assets/ios-icon.png",
"buildNumber": "15",
"buildNumber": "16",
"bundleIdentifier": "com.mmazzarolo.breathly"
},
"android": {
Expand All @@ -36,7 +36,7 @@
},
"icon": "./assets/android-icon.png",
"package": "com.mmazzarolo.breathly",
"versionCode": 3145745
"versionCode": 3145746
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 7918385

Please sign in to comment.