Set version to 3.7.2

This commit is contained in:
0xboobface 2020-06-07 13:57:15 +02:00
parent acd6126619
commit 7e4a6393b0
5 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
3.7.2
========================
* Fixed Chaturbate Login
* Added "New" tab to each site where it was missing
* Reverted change: Clear selection after deleting a recording
3.7.1
========================
* Server now logs in on startup, if credentials are set

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>3.7.1</version>
<version>3.7.2</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.7.1</version>
<version>3.7.2</version>
<relativePath>../master</relativePath>
</parent>