chore: version

This commit is contained in:
Fredrik Burmester
2024-08-13 13:36:04 +02:00
parent 656d4ba46b
commit b206be6bcf
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.3.3",
"version": "0.3.4",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
@@ -25,7 +25,7 @@
},
"android": {
"jsEngine": "hermes",
"versionCode": 11,
"versionCode": 12,
"orientation": "default",
"androidNavigationBar": {
"visible": true,

View File

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