diff --git a/app.json b/app.json index d4e5e08f..5fc388ff 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.10.3", + "version": "0.11.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -33,7 +33,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 32, + "versionCode": 33, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/bun.lockb b/bun.lockb index 20d73a62..470d3fee 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eas.json b/eas.json index 102494e1..e037e7ed 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.10.3", + "channel": "0.11.0", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.10.3", + "channel": "0.11.0", "android": { "buildType": "apk", "image": "latest" diff --git a/utils/atoms/orientation.ts b/utils/atoms/orientation.ts index 19c40dad..e4680fe3 100644 --- a/utils/atoms/orientation.ts +++ b/utils/atoms/orientation.ts @@ -1,5 +1,4 @@ import * as ScreenOrientation from "expo-screen-orientation"; -import { Orientation } from "expo-screen-orientation"; import { atom } from "jotai"; export const orientationAtom = atom(