diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b04a59bbf..45bf0c101 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 = 95 - versionName = "0.95.1" + versionCode = 96 + versionName = "0.95.2" 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 fa796916f..49e327315 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,5 @@ ## Changes -- Stability improvements. -- Do not collapse top bar on threads screens. -- Implemented opening note1 and npub1 directly from search query. \ No newline at end of file +- Stability improvements across the app. +- Improved ui performance when uploading photos. +- Implemented opening note1 and npub1 directly from search query. +- Implemented fixed top bar on threads screens. \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 1cd7f1d70..49e327315 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,4 +1,5 @@ ## Changes -- Stability improvements. -- Do not collapse top bar on threads screens. -- Implemented opening note1 and npub1 directly from search query. \ No newline at end of file +- Stability improvements across the app. +- Improved ui performance when uploading photos. +- Implemented opening note1 and npub1 directly from search query. +- Implemented fixed top bar on threads screens. \ No newline at end of file