diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4481d2b27..93c206029 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 = 133 - versionName = "0.100.5" + versionCode = 134 + versionName = "0.100.6" 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 b4b5ec49a..cfbffafb6 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -5,4 +5,4 @@ - Notifications facelift; - Clickable nostr:naddr links; - Implemented invoice rendering in notes (feed & chat); -- Fixed feed gaps; \ No newline at end of file +- Faster feed loading time & Fixed feed gaps; \ 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 ea43869d7..77ab569a9 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 @@ -Video uploads, adjust note font size, NIP-92 support, notifications facelift, clickable nostr:naddr links & invoice rendering in notes. Fixed feed gaps. \ No newline at end of file +Video uploads, adjust note font size, NIP-92 support, notifications facelift, clickable nostr:naddr links & invoice rendering in notes. Fixed feed gaps and faster feed loading. \ No newline at end of file