chore: version

This commit is contained in:
Fredrik Burmester
2025-07-10 21:40:10 +02:00
committed by Alex Kim
parent b96ca1702f
commit 3e74bfdeee
3 changed files with 5 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ body:
label: Version
description: What version of Streamyfin are you running?
options:
- 0.28.1
- 0.28.0
- 0.27.0
- 0.26.1

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.28.0",
"version": "0.28.1",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",

View File

@@ -47,14 +47,14 @@
},
"production": {
"environment": "production",
"channel": "0.28.0",
"channel": "0.28.1",
"android": {
"image": "latest"
}
},
"production-apk": {
"environment": "production",
"channel": "0.28.0",
"channel": "0.28.1",
"android": {
"buildType": "apk",
"image": "latest"
@@ -62,7 +62,7 @@
},
"production-apk-tv": {
"environment": "production",
"channel": "0.28.0",
"channel": "0.28.1",
"android": {
"buildType": "apk",
"image": "latest"