From 2e563bcbe093b19f341d5a7d4c6fad6b003bb408 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 21 Aug 2024 23:21:59 +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 a1ec5400..9e209604 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.8.0", + "version": "0.8.1", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -30,7 +30,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 20, + "versionCode": 21, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index 78e40f90..6669f201 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.8.0", + "channel": "0.8.1", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.8.0", + "channel": "0.8.1", "android": { "buildType": "apk", "image": "latest"