From f838c777f38dd77d46bc32095f26c3f9fa8df7e3 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 13 May 2024 16:39:27 +0200 Subject: [PATCH] Primal 0.99.4 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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