diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f288e4d..892ab6f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -37,8 +37,8 @@ android { applicationId = "com.fox2code.mmm" minSdk = 24 targetSdk = 33 - versionCode = 66 - versionName = "2.0.0" + versionCode = 67 + versionName = "2.0.1" vectorDrawables { useSupportLibrary = true }