diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 050aafa6a..2d6a73417 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 = 80 - versionName = "0.90.1" + versionCode = 81 + versionName = "0.90.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 9c27b291f..0cf18cce0 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,4 @@ ## Features -- Primal Wallet beta release; \ No newline at end of file +- 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 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 4b6a2e8f8..86f8565b0 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 @@ -- Primal Wallet Beta release; \ No newline at end of file +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