Set version to 4.7.9

This commit is contained in:
0xb00bface 2022-07-02 16:55:31 +02:00
parent 062a450e69
commit a64cd4f4c1
5 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
4.7.9
========================
* Fix Flirt4Free recordings
* Fix stream resolution detection for Camsoda
* Fix bug in settings where panels would be empty
* Fix bug in MyFreeCams online detection
* Update JavaFX to 18.0.1
4.7.8
========================

View File

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

View File

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

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>4.7.8</version>
<version>4.7.9</version>
<modules>
<module>../common</module>
@ -18,7 +18,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<version.javafx>17.0.2</version.javafx>
<version.javafx>18.0.1</version.javafx>
<version.junit>5.7.2</version.junit>
</properties>

View File

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