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

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Dec 29, 2020
1 parent bb38af8 commit 0be1f03
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 mobile",
"slug": "iclip",
"version": "0.2.1",
"version": "0.2.2",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"githubUrl": "https://github.com/filiptronicek/iclip-mobile",
Expand All @@ -20,12 +20,12 @@
"icon": "./assets/ios.png",
"supportsTablet": true,
"bundleIdentifier": "com.filiptronicek.iclip",
"buildNumber": "0.2.1"
"buildNumber": "0.2.2"
},
"android": {
"package": "com.filiptronicek.iclip",
"permissions": ["CAMERA", "VIBRATE"],
"versionCode": 7
"versionCode": 8
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 0be1f03

Please sign in to comment.