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

View File

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