diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3510da44..a82fcdf4 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 = 9 - versionName = "0.4.0" + versionCode = 10 + versionName = "0.5.0" } buildTypes {