From 1a47ade4dc67c9f782a6390cd691b27291eb9b42 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 21 Aug 2024 21:05:53 +0200 Subject: [PATCH] chore: version --- 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 39e39dfb..a1ec5400 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.7.0", + "version": "0.8.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -30,7 +30,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 19, + "versionCode": 20, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index a9dd1097..78e40f90 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.7.0", + "channel": "0.8.0", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.7.0", + "channel": "0.8.0", "android": { "buildType": "apk", "image": "latest" diff --git a/providers/JellyfinProvider.tsx b/providers/JellyfinProvider.tsx index 9965cd7f..5facb867 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.7.0" }, + clientInfo: { name: "Streamyfin", version: "0.8.0" }, deviceInfo: { name: Platform.OS === "ios" ? "iOS" : "Android", id }, }) );