diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b37031d4e..a42eab0f0 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 = 113 - versionName = "0.97.3" + versionCode = 116 + versionName = "0.97.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 3f0813bca..9b0b9ceda 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,7 +1,2 @@ -## Changes -- Implemented Bookmarks screen; -- Implemented support for QR codes with light foreground; -- Implemented Profile QR code scanner; -- Updated Profile QR code viewer; -- Implemented publishing reply to parent note's relay; -- Added relay hints to 'e' tags when publishing a short note; \ No newline at end of file +## Fixes +- Fix for sync (paging) broken changes. \ 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 2a68f2d3f..9ef076dad 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1 @@ -Bookmarks, Profile QR code viewer and scanner, Outbox support and other fixes. \ No newline at end of file +Fix for sync broken changes. \ No newline at end of file