diff --git a/app.json b/app.json index d81bcae1..2cc3c3c0 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.50.1", + "version": "0.51.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -34,7 +34,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 88, + "versionCode": 89, "adaptiveIcon": { "foregroundImage": "./assets/images/icon-android-plain.png", "monochromeImage": "./assets/images/icon-android-themed.png", diff --git a/eas.json b/eas.json index c3a1fdad..d6e28e1e 100644 --- a/eas.json +++ b/eas.json @@ -45,14 +45,14 @@ }, "production": { "environment": "production", - "channel": "0.50.1", + "channel": "0.51.0", "android": { "image": "latest" } }, "production-apk": { "environment": "production", - "channel": "0.50.1", + "channel": "0.51.0", "android": { "buildType": "apk", "image": "latest" @@ -60,7 +60,7 @@ }, "production-apk-tv": { "environment": "production", - "channel": "0.50.1", + "channel": "0.51.0", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index e38c9b6a..4bd7a431 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.50.1" }, + clientInfo: { name: "Streamyfin", version: "0.51.0" }, deviceInfo: { name: deviceName, id, @@ -87,7 +87,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ return { authorization: `MediaBrowser Client="Streamyfin", Device=${ Platform.OS === "android" ? "Android" : "iOS" - }, DeviceId="${deviceId}", Version="0.50.1"`, + }, DeviceId="${deviceId}", Version="0.51.0"`, }; }, [deviceId]);