Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
bump: Hotfix v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Sep 1, 2021
1 parent 0bf4779 commit 2536767
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": "Interclip",
"slug": "iclip",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"githubUrl": "https://github.com/interclip/mobile",
Expand All @@ -21,7 +21,7 @@
"icon": "./assets/ios.png",
"supportsTablet": true,
"bundleIdentifier": "com.filiptronicek.iclip",
"buildNumber": "1.0.0",
"buildNumber": "1.0.1",
"infoPlist": {
"NSCameraUsageDescription": "Interclip uses your camera to scan QR codes. Interclip will also use your camera if you upload a file with the Camera source.",
"NSMicrophoneUsageDescription": "Interclip uses your microphone to record audio when you record video through the file upload page.",
Expand All @@ -37,7 +37,7 @@
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"
],
"versionCode": 34
"versionCode": 35
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 2536767

Please sign in to comment.