From 1d26b574259805db620fd0627098043e0993a6a8 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 14 Aug 2024 15:04:13 +0200 Subject: [PATCH] chore --- app.json | 4 ++-- eas.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index b200cee4..5c201fad 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.4.2", + "version": "0.5.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -35,7 +35,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 15, + "versionCode": 16, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index 106285b5..29040b62 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.4.2", + "channel": "0.5.0", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.4.2", + "channel": "0.5.0", "android": { "buildType": "apk", "image": "latest"