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

Commit fe67a88

Browse files
committed
Bump version to v0.4.0
1 parent 841edcf commit fe67a88

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",
44
"slug": "iclip",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"orientation": "portrait",
77
"userInterfaceStyle": "automatic",
88
"githubUrl": "https://github.com/filiptronicek/iclip-mobile",
@@ -20,15 +20,15 @@
2020
"icon": "./assets/ios.png",
2121
"supportsTablet": true,
2222
"bundleIdentifier": "com.filiptronicek.iclip",
23-
"buildNumber": "0.3.0",
23+
"buildNumber": "0.4.0",
2424
"infoPlist": {
2525
"NSCameraUsageDescription": "Interclip uses your camera to scan QR codes."
2626
}
2727
},
2828
"android": {
2929
"package": "com.filiptronicek.iclip",
3030
"permissions": ["CAMERA", "VIBRATE"],
31-
"versionCode": 10
31+
"versionCode": 12
3232
},
3333
"web": {
3434
"favicon": "./assets/favicon.png"

0 commit comments

Comments
 (0)