diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 281464894..8fde05cb4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,3 @@ ## Changes -- DM improvements \ No newline at end of file +- Database encryption \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8c92090a1..27baf7f10 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,8 +58,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 48 - versionName = "0.20.1" + versionCode = 49 + versionName = "0.20.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"