From 7bab4a78bc7fb2136a8247ded73b4f6df3e4d276 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 12 Aug 2024 20:48:09 +0200 Subject: [PATCH] chore: version --- app.json | 2 +- eas.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index f38e93a5..6ac2133f 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.2.1", + "version": "0.2.2", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "streamyfin", diff --git a/eas.json b/eas.json index da4ca32b..1a9b0d69 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.2.1", + "channel": "0.2.2", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.2.1", + "channel": "0.2.2", "android": { "buildType": "apk", "image": "latest"