chore: versions

This commit is contained in:
Fredrik Burmester
2024-08-12 19:10:08 +02:00
parent 1368fbd935
commit 89a992e7c1
4 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.2.0",
"version": "0.2.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",

BIN
bun.lockb

Binary file not shown.

View File

@@ -21,10 +21,17 @@
}
},
"production": {
"channel": "0.0.6",
"channel": "0.2.1",
"android": {
"image": "latest"
}
},
"production-apk": {
"channel": "0.2.1",
"android": {
"buildType": "apk",
"image": "latest"
}
}
},
"submit": {

View File

@@ -25,6 +25,7 @@
"@react-navigation/native": "^6.0.2",
"@tanstack/react-query": "^5.51.16",
"@types/uuid": "^10.0.0",
"axios": "^1.7.3",
"expo": "~51.0.26",
"expo-blur": "~13.0.2",
"expo-build-properties": "~0.12.5",