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

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed May 12, 2021
1 parent 841edcf commit fe67a88
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": "0.3.0",
"version": "0.4.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"githubUrl": "https://github.com/filiptronicek/iclip-mobile",
Expand All @@ -20,15 +20,15 @@
"icon": "./assets/ios.png",
"supportsTablet": true,
"bundleIdentifier": "com.filiptronicek.iclip",
"buildNumber": "0.3.0",
"buildNumber": "0.4.0",
"infoPlist": {
"NSCameraUsageDescription": "Interclip uses your camera to scan QR codes."
}
},
"android": {
"package": "com.filiptronicek.iclip",
"permissions": ["CAMERA", "VIBRATE"],
"versionCode": 10
"versionCode": 12
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit fe67a88

Please sign in to comment.