From 25367677a5ca127e5706e951090c93118ecf741c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Wed, 1 Sep 2021 21:44:29 +0200 Subject: [PATCH] bump: Hotfix v1.0.1 --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 86c736b4..c71a13f1 100644 --- a/app.json +++ b/app.json @@ -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", @@ -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.", @@ -37,7 +37,7 @@ "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE" ], - "versionCode": 34 + "versionCode": 35 }, "web": { "favicon": "./assets/favicon.png"