diff --git a/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties b/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties
index 0d7f87c7..a71e11bb 100644
--- a/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties
+++ b/libresonic-main/src/main/resources/org/libresonic/player/i18n/ResourceBundle_en.properties
@@ -819,6 +819,8 @@ helppopup.playername.text = Allows you to specify an easy-to-remember name fo
helppopup.autocontrol.title = Control player automatically
helppopup.autocontrol.text =
With this option selected, {0} will automatically start the player when you click "Play" \
in the playlist. Otherwise, you must start and connect the player yourself.
+helppopup.m3ubom.title = Apply BOM in M3U file
+helppopup.m3ubom.text = Apply a BOM mark in generated M3U playlists for Unicode compatibility.
helppopup.dynamicip.title = Dynamic IP address
helppopup.dynamicip.text = Turn off this option if the player uses a static IP address.
helppopup.smtpServer.title = SMTP Server
diff --git a/libresonic-rest-api/pom.xml b/libresonic-rest-api/pom.xml
index 4508a551..8aee0d62 100644
--- a/libresonic-rest-api/pom.xml
+++ b/libresonic-rest-api/pom.xml
@@ -8,7 +8,7 @@
org.libresonic.player
libresonic
- 6.1.rc1
+ 6.1
diff --git a/libresonic-sonos-api/pom.xml b/libresonic-sonos-api/pom.xml
index 393bb9b8..cba50c15 100644
--- a/libresonic-sonos-api/pom.xml
+++ b/libresonic-sonos-api/pom.xml
@@ -8,7 +8,7 @@
org.libresonic.player
libresonic
- 6.1.rc1
+ 6.1
diff --git a/pom.xml b/pom.xml
index 336b4f78..e53550b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.libresonic.player
libresonic
- 6.1.rc1
+ 6.1
Libresonic
pom