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": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.5.0",
"version": "0.5.1",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",

BIN
bun.lockb

Binary file not shown.

View File

@@ -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"

View File

@@ -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",