diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f9ac2a0df..c961c7984 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -452,6 +452,7 @@
Version %1$s:
+ - Added Nostr support, including login, timelines, posting, notifications, and relay management.
- Bug fixes and performance improvements.
]]>
diff --git a/fdroid.properties b/fdroid.properties
index 890c5a87f..5fb6bcf7f 100644
--- a/fdroid.properties
+++ b/fdroid.properties
@@ -1,2 +1,2 @@
-versionName=1.3.2
-versionCode=1320
+versionName=1.4.0
+versionCode=1400