Set version to 4.4.5

This commit is contained in:
0xb00bface 2021-08-12 18:43:28 +02:00
parent d4376d3345
commit b8971c7190
5 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
4.4.5
========================
* Fixed Stripchat recordings
* Fixed ConcurrentModificationException, which caused the recorded models tab
to turn blank in client / server mode
4.4.4
========================
* Fixed Camsoda token label

View File

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

View File

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

View File

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

View File

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