diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9c0dff447..50165ad54 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 35 - versionCode = 168 - versionName = "2.0.0" + versionCode = 169 + versionName = "2.0.1" 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 f0072795c..e6b3faf50 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,6 +1,2 @@ ## Changes -- Show zapped article in primal wallet (#213); -- Implement zapping profiles through NWC (#214); -- Update ArticleFeedMediator to return errors; -- Implement notifications stable ids; -- Fix top zaps edge-case crash on threads screen; \ No newline at end of file +- Fixed api calls failing sometimes even though all events were received \ No newline at end of file