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

Commit

Permalink
Bump: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Apr 9, 2022
1 parent b7c5b74 commit e95edcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "2.0.1",
"version": "2.0.2",
"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": "2.0.1",
"buildNumber": "2.0.2",
"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": 44
"versionCode": 45
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
4 changes: 2 additions & 2 deletions ios/Interclip/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -31,7 +31,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit e95edcd

Please sign in to comment.