Update version to 25.8.29
This commit is contained in:
parent
75aa464ac9
commit
4d00d496ce
|
@ -11,6 +11,11 @@ If this version doesn't do what you want, don't use it ... simple.
|
|||
|
||||
Changes from reusedname's v5.3.2 version.
|
||||
|
||||
25.08.29
|
||||
========================
|
||||
* Implemented @reznick's SC fix
|
||||
* Added SC setting for decryption key if it changes (idea from @reusedname)
|
||||
|
||||
25.06.02
|
||||
========================
|
||||
* Updated Help tab layout a little, now displays WAN IP if it can get it
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.06.02</version>
|
||||
<version>25.8.29</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.06.02</version>
|
||||
<version>25.8.29</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>25.06.02</version>
|
||||
<version>25.8.29</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>25.06.02</version>
|
||||
<version>25.8.29</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue