Set version to 4.5.4

This commit is contained in:
0xb00bface 2021-10-01 20:06:07 +02:00
parent 2775303113
commit 07701de8c8
5 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,8 @@
* Added model notes to the recordings table
* Added resolution to the recordings table
* The server now writes the playlist on-the-fly based on the segment information
from the original playlist
from the original playlist. This allows to stream the recording while it is
still running.
* Model placeholders can now be used for player params
${modelName}
${modelDisplayName}

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.5.3</version>
<version>4.5.4</version>
<relativePath>../master</relativePath>
</parent>
@ -258,4 +258,4 @@
</build>
</profile>
</profiles>
</project>
</project>

View File

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

View File

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

View File

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