From 478052599fe462f78d6841d552b654a5e4b33911 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 5 Jan 2026 21:28:00 +0100 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 704c82b8..59d5e5e6 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.51.0", + "version": "0.52.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -34,7 +34,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 91, + "versionCode": 92, "adaptiveIcon": { "foregroundImage": "./assets/images/icon-android-plain.png", "monochromeImage": "./assets/images/icon-android-themed.png", diff --git a/eas.json b/eas.json index d6e28e1e..8a9736d3 100644 --- a/eas.json +++ b/eas.json @@ -45,14 +45,14 @@ }, "production": { "environment": "production", - "channel": "0.51.0", + "channel": "0.52.0", "android": { "image": "latest" } }, "production-apk": { "environment": "production", - "channel": "0.51.0", + "channel": "0.52.0", "android": { "buildType": "apk", "image": "latest" @@ -60,7 +60,7 @@ }, "production-apk-tv": { "environment": "production", - "channel": "0.51.0", + "channel": "0.52.0", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 85fbc265..e3ba6191 100644 --- a/providers/JellyfinProvider.tsx +++ b/providers/JellyfinProvider.tsx @@ -77,7 +77,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ setJellyfin( () => new Jellyfin({ - clientInfo: { name: "Streamyfin", version: "0.51.0" }, + clientInfo: { name: "Streamyfin", version: "0.52.0" }, deviceInfo: { name: deviceName, id, @@ -100,7 +100,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ return { authorization: `MediaBrowser Client="Streamyfin", Device=${ Platform.OS === "android" ? "Android" : "iOS" - }, DeviceId="${deviceId}", Version="0.51.0"`, + }, DeviceId="${deviceId}", Version="0.52.0"`, }; }, [deviceId]);