diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b877c345..0c94687a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,8 +16,8 @@ android { applicationId = "dev.jdtech.jellyfin" minSdk = 26 targetSdk = 32 - versionCode = 10 - versionName = "0.5.0" + versionCode = 11 + versionName = "0.6.0" } buildTypes {