chore: versions

This commit is contained in:
Fredrik Burmester
2024-08-14 22:19:36 +02:00
parent 359aa44ad0
commit 33eeebd287
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "Streamyfin", "name": "Streamyfin",
"slug": "streamyfin", "slug": "streamyfin",
"version": "0.5.0", "version": "0.5.1",
"orientation": "default", "orientation": "default",
"icon": "./assets/images/icon.png", "icon": "./assets/images/icon.png",
"scheme": "streamyfin", "scheme": "streamyfin",

BIN
bun.lockb

Binary file not shown.

View File

@@ -21,13 +21,13 @@
} }
}, },
"production": { "production": {
"channel": "0.5.0", "channel": "0.5.1",
"android": { "android": {
"image": "latest" "image": "latest"
} }
}, },
"production-apk": { "production-apk": {
"channel": "0.5.0", "channel": "0.5.1",
"android": { "android": {
"buildType": "apk", "buildType": "apk",
"image": "latest" "image": "latest"

View File

@@ -27,7 +27,7 @@
"@tanstack/react-query": "^5.51.16", "@tanstack/react-query": "^5.51.16",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"axios": "^1.7.3", "axios": "^1.7.3",
"expo": "~51.0.26", "expo": "~51.0.27",
"expo-blur": "~13.0.2", "expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.5", "expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2", "expo-constants": "~16.0.2",