From f7b0bf34a73e08f470e785bb088ca63ac2b37a98 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Fri, 29 Aug 2025 22:08:07 +0200 Subject: [PATCH] chore: version --- app.json | 4 ++-- eas.json | 6 +++--- providers/JellyfinProvider.tsx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app.json b/app.json index 61ca8fb5..c9382a30 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.34.0", + "version": "0.35.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -37,7 +37,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 65, + "versionCode": 66, "adaptiveIcon": { "foregroundImage": "./assets/images/icon-android-plain.png", "monochromeImage": "./assets/images/icon-android-themed.png", diff --git a/eas.json b/eas.json index e66e207d..a9aef4c6 100644 --- a/eas.json +++ b/eas.json @@ -46,14 +46,14 @@ }, "production": { "environment": "production", - "channel": "0.34.0", + "channel": "0.35.0", "android": { "image": "latest" } }, "production-apk": { "environment": "production", - "channel": "0.34.0", + "channel": "0.35.0", "android": { "buildType": "apk", "image": "latest" @@ -61,7 +61,7 @@ }, "production-apk-tv": { "environment": "production", - "channel": "0.34.0", + "channel": "0.35.0", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index f2f40d99..8b4d0728 100644 --- a/providers/JellyfinProvider.tsx +++ b/providers/JellyfinProvider.tsx @@ -64,7 +64,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ setJellyfin( () => new Jellyfin({ - clientInfo: { name: "Streamyfin", version: "0.34.0" }, + clientInfo: { name: "Streamyfin", version: "0.35.0" }, deviceInfo: { name: deviceName, id, @@ -96,7 +96,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ return { authorization: `MediaBrowser Client="Streamyfin", Device=${ Platform.OS === "android" ? "Android" : "iOS" - }, DeviceId="${deviceId}", Version="0.34.0"`, + }, DeviceId="${deviceId}", Version="0.35.0"`, }; }, [deviceId]);