forked from j62/ctbrec
1
0
Fork 0

Set version to 3.8.4

This commit is contained in:
0xb00bface 2020-07-26 15:42:36 +02:00
parent 2154aacdbe
commit 81643545d2
5 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,9 @@
* Added support for xHamsterLive (go to Settings -> Sites -> Stripchat,
switch to xHamsterLive, enter your credentials and restart)
* Fixed follow / unfollow for Stripchat
* Enable rerun PP for multiple recordings
* Fixed bug, which prevented recordings to finish properly on app
shutdown. Recordings now shouldn't end up in state waiting anymore
3.8.3
========================

View File

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

View File

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

View File

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

View File

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