From e1e4f4833cc8c7d0da548a1828db062c0781c0bd Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 4 Jan 2025 13:04:02 +0100 Subject: [PATCH] chore: versions --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- app.json | 4 ++-- bun.lockb | Bin 593313 -> 593313 bytes eas.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 82018c50..a4d04018 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,7 +45,7 @@ body: label: Version description: What version of Streamyfin are you running? options: - - 0.23.0 + - 0.24.0 - 0.22.0 - 0.21.0 - older diff --git a/app.json b/app.json index cc4325de..8a0f4f54 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.23.0", + "version": "0.24.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -36,7 +36,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 49, + "versionCode": 50, "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive_icon.png" }, diff --git a/bun.lockb b/bun.lockb index 1fcc6b90d66621670d76becf473fb0a52564428d..fc89caa05b34b9ec9f9de5584bb5bf4d05c6803a 100755 GIT binary patch delta 39 scmZ2DTV>&Fm4+6^7N!>F7M3lnf%h1V+k@`00x=s9vu_W&$KkIJ04^mD8vp&Fm4+6^7N!>F7M3lnf%g~<+k@`00x=s9vu_W&$KkIJ04@Iy82|tP diff --git a/eas.json b/eas.json index af2b7e82..8ce5fc71 100644 --- a/eas.json +++ b/eas.json @@ -22,13 +22,13 @@ } }, "production": { - "channel": "0.23.0", + "channel": "0.24.0", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.23.0", + "channel": "0.24.0", "android": { "buildType": "apk", "image": "latest" diff --git a/package.json b/package.json index b54063aa..6bbe1d00 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-native-circular-progress": "^1.4.1", "react-native-compressor": "^1.9.0", "react-native-device-info": "^14.0.1", - "react-native-edge-to-edge": "^1.1.1", + "react-native-edge-to-edge": "^1.1.3", "react-native-gesture-handler": "~2.16.1", "react-native-get-random-values": "^1.11.0", "react-native-google-cast": "^4.8.3",