From 571be9840f0021310c62c91e9adc9788f5f3d8ae Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Thu, 10 Jul 2025 21:40:10 +0200 Subject: [PATCH] chore: version --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + app.json | 2 +- eas.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ca68dc43..bfee8601 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/app.json b/app.json index 621bac09..823f085f 100644 --- a/app.json +++ b/app.json @@ -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", diff --git a/eas.json b/eas.json index f0d75187..a51b7f46 100644 --- a/eas.json +++ b/eas.json @@ -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"