diff --git a/app.json b/app.json index 3572c72e..e46c35b4 100644 --- a/app.json +++ b/app.json @@ -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, diff --git a/eas.json b/eas.json index 13307345..337f192f 100644 --- a/eas.json +++ b/eas.json @@ -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"