diff --git a/app.json b/app.json index 83107fab..78938a9c 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.5.1", + "version": "0.6.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -35,7 +35,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 16, + "versionCode": 17, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, diff --git a/eas.json b/eas.json index da9184b2..f7494f3d 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.5.1", + "channel": "0.6.0", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.5.1", + "channel": "0.6.0", "android": { "buildType": "apk", "image": "latest"