Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
duckbytes committed Sep 24, 2024
2 parents 725f027 + 35738fd commit 492ac84
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": "platelet.app",
"slug": "platelet",
"version": "1.6.04",
"version": "1.6.05",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
Expand All @@ -13,7 +13,7 @@
},
"assetBundlePatterns": ["**/*"],
"android": {
"versionCode": 10604,
"versionCode": 10605,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
Expand All @@ -23,7 +23,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "app.platelet.platelet",
"buildNumber": "1.6.04"
"buildNumber": "1.6.05"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 492ac84

Please sign in to comment.