set version infos

This commit is contained in:
Armin Schrenk
2025-04-04 16:52:16 +02:00
parent 40d632a489
commit b7ccf7986d
2 changed files with 5 additions and 2 deletions

View File

@@ -77,6 +77,9 @@
</content_rating>
<releases>
<release date="2025-04-04" version="1.15.2">
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.15.2</url>
</release>
<release date="2025-02-05" version="1.15.1">
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.15.1</url>
</release>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>cryptomator</artifactId>
<version>1.15.1</version>
<version>1.15.2</version>
<name>Cryptomator Desktop App</name>
<organization>
@@ -39,7 +39,7 @@
<cryptomator.integrations.mac.version>1.2.4</cryptomator.integrations.mac.version>
<cryptomator.integrations.linux.version>1.5.2</cryptomator.integrations.linux.version>
<cryptomator.fuse.version>5.0.2</cryptomator.fuse.version>
<cryptomator.webdav.version>2.0.7</cryptomator.webdav.version>
<cryptomator.webdav.version>2.0.8</cryptomator.webdav.version>
<!-- 3rd party dependencies -->
<commons-lang3.version>3.17.0</commons-lang3.version>