diff --git a/app.json b/app.json index 9b47684b..af6e5d5a 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.3.4", + "version": "0.4.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -26,7 +26,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 12, + "versionCode": 13, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index 337f192f..7a2e4322 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.3.4", + "channel": "0.4.0", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.3.4", + "channel": "0.4.0", "android": { "buildType": "apk", "image": "latest"