Skip to content

Commit

Permalink
bump version # for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Sep 7, 2021
1 parent 679c5ac commit b6c0b38
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 @@ -4,7 +4,7 @@
"description": "Animal Liberation Conference",
"owner": "dxetech",
"slug": "alc-mobile-app",
"version": "5.0.4",
"version": "5.0.5",
"orientation": "portrait",
"backgroundColor": "#000000",
"icon": "./assets/icon.png",
Expand All @@ -19,7 +19,7 @@
"assetBundlePatterns": ["assets/*"],
"ios": {
"bundleIdentifier": "com.dxe.mobile",
"buildNumber": "10",
"buildNumber": "11",
"supportsTablet": false,
"googleServicesFile": "./GoogleService-Info.plist",
"config": {
Expand All @@ -28,7 +28,7 @@
},
"android": {
"package": "com.dxe.mobile",
"versionCode": 10,
"versionCode": 11,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
Expand Down

0 comments on commit b6c0b38

Please sign in to comment.