Set version to 4.7.9
This commit is contained in:
parent
062a450e69
commit
a64cd4f4c1
|
@ -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
|
||||
========================
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue