From 67af14dced2d1cff2f55c9f9c9e4961473119a45 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 25 Aug 2024 20:47:54 +0200 Subject: [PATCH] chore --- app.json | 4 ++-- eas.json | 4 ++-- providers/JellyfinProvider.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index 15412a9a..f0220114 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.8.3", + "version": "0.8.4", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -33,7 +33,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 24, + "versionCode": 25, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index bf9876c7..866f72e8 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.8.3", + "channel": "0.8.4", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.8.3", + "channel": "0.8.4", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 22ca5937..a1d2a84f 100644 --- a/providers/JellyfinProvider.tsx +++ b/providers/JellyfinProvider.tsx @@ -59,7 +59,7 @@ export const JellyfinProvider: React.FC<{ children: ReactNode }> = ({ setJellyfin( () => new Jellyfin({ - clientInfo: { name: "Streamyfin", version: "0.8.3" }, + clientInfo: { name: "Streamyfin", version: "0.8.4" }, deviceInfo: { name: Platform.OS === "ios" ? "iOS" : "Android", id }, }) );