chore: version

This commit is contained in:
Fredrik Burmester
2024-08-15 16:47:05 +02:00
parent 42ce8f15af
commit 9817938d44
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.5.1",
"version": "0.6.0",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
@@ -35,7 +35,7 @@
},
"android": {
"jsEngine": "hermes",
"versionCode": 16,
"versionCode": 17,
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png"
},

View File

@@ -21,13 +21,13 @@
}
},
"production": {
"channel": "0.5.1",
"channel": "0.6.0",
"android": {
"image": "latest"
}
},
"production-apk": {
"channel": "0.5.1",
"channel": "0.6.0",
"android": {
"buildType": "apk",
"image": "latest"