diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2d6a73417..baa5e7887 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 = 81 - versionName = "0.90.2" + versionCode = 82 + versionName = "0.91.0" 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 0cf18cce0..2e2674c26 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,4 +1,5 @@ ## Features -- Fixed unable to zap with Primal wallet and empty wallet transactions history on some devices; -- Fixed issues when creating lightning invoice; -- Added nostr lightning address to wallet settings; \ No newline at end of file +- Implemented Latest with Replies feed support on main screen + +## Fixes +- Fixed default zap amount and message not used when zapping \ 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 86f8565b0..25a860a32 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,2 @@ -Primal Wallet. You can now enjoy the integrated Nostr experience; where zaps, wallet transactions and Nostr content blend seamlessly within the same app. Try it out and let us know your thoughts! \ No newline at end of file +- Implemented Latest with Replies feed support on main screen +- Fixed default zap amount and message not used when zapping \ No newline at end of file