diff --git a/app.json b/app.json index 20387c69..83107fab 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.5.0", + "version": "0.5.1", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", diff --git a/bun.lockb b/bun.lockb index 7bb0f881..78213683 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eas.json b/eas.json index 29040b62..da9184b2 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.5.0", + "channel": "0.5.1", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.5.0", + "channel": "0.5.1", "android": { "buildType": "apk", "image": "latest" diff --git a/package.json b/package.json index 3f2c1a7e..1abc2565 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tanstack/react-query": "^5.51.16", "@types/uuid": "^10.0.0", "axios": "^1.7.3", - "expo": "~51.0.26", + "expo": "~51.0.27", "expo-blur": "~13.0.2", "expo-build-properties": "~0.12.5", "expo-constants": "~16.0.2",