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

Commit 462011c

Browse files
chore(release): 0.6.2 [skip ci]
## [0.6.2](0.6.1...0.6.2) (2023-02-17) ### Bug Fixes * save startup destination & reset dialog ([8e49257](8e49257)) * save startup destination & reset dialog ([3064b64](3064b64))
1 parent 8e49257 commit 462011c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Imageing",
44
"slug": "Imageing",
5-
"version": "0.6.1",
5+
"version": "0.6.2",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "automatic",
@@ -20,7 +20,7 @@
2020
"ios": {
2121
"supportsTablet": true,
2222
"bundleIdentifier": "org.imageing.app",
23-
"buildNumber": "0.6.1"
23+
"buildNumber": "0.6.2"
2424
},
2525
"android": {
2626
"allowBackup": true,
@@ -52,7 +52,7 @@
5252
"translucent": true
5353
},
5454
"package": "org.imageing.app",
55-
"versionCode": 20
55+
"versionCode": 21
5656
},
5757
"plugins": [
5858
[

0 commit comments

Comments
 (0)