Set version to 4.1.1
This commit is contained in:
parent
e41c91f521
commit
bb1727c538
|
@ -1,7 +1,9 @@
|
|||
4.2.0
|
||||
4.1.1
|
||||
========================
|
||||
* Added open in browser to context menu of thumb overviews
|
||||
* Fixed timestamp parsing bug in playlist parser
|
||||
(Should fix recording problems with Camsoda and Stripchat)
|
||||
* Fixed thumbnails for BongaCams
|
||||
* Removed some donation options. Thanks PayPal, for nothing. You suck!
|
||||
|
||||
4.1.0
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<version>4.1.1</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<version>4.1.1</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.1.0</version>
|
||||
<version>4.1.1</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<version>4.1.1</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue