chore: versions

This commit is contained in:
Fredrik Burmester
2024-08-13 16:02:47 +02:00
parent 3a13503d1d
commit 51fc2a0edb
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.3.4",
"version": "0.4.0",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
@@ -26,7 +26,7 @@
},
"android": {
"jsEngine": "hermes",
"versionCode": 12,
"versionCode": 13,
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png"
},

View File

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