diff --git a/app.json b/app.json index 1b2b3452..b200cee4 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.4.1", + "version": "0.4.2", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -35,7 +35,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 14, + "versionCode": 15, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index cc338d52..106285b5 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.4.1", + "channel": "0.4.2", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.4.1", + "channel": "0.4.2", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 4c4d1662..9facdbcf 100644 --- a/providers/JellyfinProvider.tsx +++ b/providers/JellyfinProvider.tsx @@ -56,7 +56,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ setJellyfin( () => new Jellyfin({ - clientInfo: { name: "Streamyfin", version: "0.4.1" }, + clientInfo: { name: "Streamyfin", version: "0.4.2" }, deviceInfo: { name: Platform.OS === "ios" ? "iOS" : "Android", id }, }), );