Skip to content

Commit

Permalink
Update app-version
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrolytmangel committed Dec 2, 2024
1 parent 08455bc commit 827c446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Defikarte.ch",
"slug": "Defikarte-ch",
"owner": "defikarte",
"version": "1.0.44",
"version": "1.0.45",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -16,14 +16,14 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "ch.defikarte.app",
"buildNumber": "1.0.44",
"buildNumber": "1.0.45",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": true
}
},
"android": {
"package": "ch.defikarte.app",
"versionCode": 44,
"versionCode": 45,
"permissions": ["ACCESS_COARSE_LOCATION", "ACCESS_FINE_LOCATION"],
"config": {
"googleMaps": {
Expand Down

0 comments on commit 827c446

Please sign in to comment.