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

Commit 0be1f03

Browse files
committed
v0.2.2
1 parent bb38af8 commit 0be1f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Interclip mobile",
44
"slug": "iclip",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"orientation": "portrait",
77
"userInterfaceStyle": "automatic",
88
"githubUrl": "https://github.com/filiptronicek/iclip-mobile",
@@ -20,12 +20,12 @@
2020
"icon": "./assets/ios.png",
2121
"supportsTablet": true,
2222
"bundleIdentifier": "com.filiptronicek.iclip",
23-
"buildNumber": "0.2.1"
23+
"buildNumber": "0.2.2"
2424
},
2525
"android": {
2626
"package": "com.filiptronicek.iclip",
2727
"permissions": ["CAMERA", "VIBRATE"],
28-
"versionCode": 7
28+
"versionCode": 8
2929
},
3030
"web": {
3131
"favicon": "./assets/favicon.png"

0 commit comments

Comments
 (0)