diff --git a/app.json b/app.json index 71adc8e7..4c2ad7a2 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.6.1", + "version": "0.6.2", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", diff --git a/app/(auth)/settings.tsx b/app/(auth)/settings.tsx index 348d3a24..052e8a99 100644 --- a/app/(auth)/settings.tsx +++ b/app/(auth)/settings.tsx @@ -9,6 +9,7 @@ import { ScrollView, View } from "react-native"; import * as Haptics from "expo-haptics"; import { useFiles } from "@/hooks/useFiles"; import { SettingToggles } from "@/components/settings/SettingToggles"; +import { WebSocketsTest } from "@/components/settings/WebsocketsText"; export default function settings() { const { logout } = useJellyfin(); @@ -44,7 +45,7 @@ export default function settings() { onPress={async () => { await deleteAllFiles(); Haptics.notificationAsync( - Haptics.NotificationFeedbackType.Success, + Haptics.NotificationFeedbackType.Success ); }} > @@ -55,7 +56,7 @@ export default function settings() { onPress={async () => { await clearLogs(); Haptics.notificationAsync( - Haptics.NotificationFeedbackType.Success, + Haptics.NotificationFeedbackType.Success ); }} > diff --git a/eas.json b/eas.json index 77e272b3..b4b9f594 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.6.1", + "channel": "0.6.2", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.6.1", + "channel": "0.6.2", "android": { "buildType": "apk", "image": "latest"