diff --git a/app.json b/app.json index 4506bc17..9d1eb9b4 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.29.13", + "version": "0.30.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", diff --git a/eas.json b/eas.json index c8a05ba9..ec251f7a 100644 --- a/eas.json +++ b/eas.json @@ -46,14 +46,14 @@ }, "production": { "environment": "production", - "channel": "0.29.13", + "channel": "0.30.0", "android": { "image": "latest" } }, "production-apk": { "environment": "production", - "channel": "0.29.13", + "channel": "0.30.0", "android": { "buildType": "apk", "image": "latest" @@ -61,7 +61,7 @@ }, "production-apk-tv": { "environment": "production", - "channel": "0.29.13", + "channel": "0.30.0", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 745024d7..8c4fac80 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.29.13" }, + clientInfo: { name: "Streamyfin", version: "0.30.0" }, deviceInfo: { name: deviceName, id, @@ -93,7 +93,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ return { authorization: `MediaBrowser Client="Streamyfin", Device=${ Platform.OS === "android" ? "Android" : "iOS" - }, DeviceId="${deviceId}", Version="0.29.13"`, + }, DeviceId="${deviceId}", Version="0.30.0"`, }; }, [deviceId]);