diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 577ba5e54..b42c5f193 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,8 +59,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 124 - versionName = "0.99.3" + versionCode = 125 + versionName = "0.99.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index 86fd8e82e..b6ae0428b 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,3 @@ ## Fixes -- Fixed sporadic crash when opening search screen. -- Fixed crash when zapping more than once in a second. +- Fixed sporadic crash when opening search screen. - Fixed paddings and margins on feed notes. \ No newline at end of file