Libresonic v6.2.beta3

master
Eugene E. Kashpureff Jr 7 years ago
parent fdcb4adb3b
commit 3bf2ca7c18
  1. 8
      CHANGELOG.md
  2. 2
      libresonic-main/pom.xml
  3. 2
      libresonic-rest-api/pom.xml
  4. 2
      libresonic-sonos-api/pom.xml
  5. 2
      pom.xml

@ -3,6 +3,14 @@
# Libresonic/libresonic
# -->
v6.2.beta3
----------
* API endpoint security tightening
* More documentation
* Less licensing code
* More cowbell
v6.2.beta2
----------

@ -9,7 +9,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.2.beta3</version>
</parent>
<properties>

@ -8,7 +8,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.2.beta3</version>
</parent>
<build>

@ -8,7 +8,7 @@
<parent>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.2.beta3</version>
</parent>
<build>

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.libresonic.player</groupId>
<artifactId>libresonic</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.2.beta3</version>
<name>Libresonic</name>
<packaging>pom</packaging>
<organization>

Loading…
Cancel
Save