2 Commits e4e757606d ... 39ed00ff6f

Author SHA1 Message Date
  Armin Schrenk 39ed00ff6f Use correct version 1 week ago
  Armin Schrenk 28338d2dcf use stable version 1 week ago
2 changed files with 5 additions and 2 deletions
  1. 3 0
      dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml
  2. 2 2
      pom.xml

+ 3 - 0
dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml

@@ -74,6 +74,9 @@
 	</content_rating>
 
 	<releases>
+		<release date="2024-11-19" version="1.14.2">
+			<url type="details">https://github.com/cryptomator/cryptomator/releases/1.14.2</url>
+		</release>
 		<release date="2024-09-17" version="1.14.0">
 			<url type="details">https://github.com/cryptomator/cryptomator/releases/1.14.0</url>
 		</release>

+ 2 - 2
pom.xml

@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.cryptomator</groupId>
 	<artifactId>cryptomator</artifactId>
-	<version>1.14.1</version>
+	<version>1.14.2</version>
 	<name>Cryptomator Desktop App</name>
 
 	<organization>
@@ -33,7 +33,7 @@
 		<nonModularGroupIds>org.ow2.asm,org.apache.jackrabbit,org.apache.httpcomponents</nonModularGroupIds>
 
 		<!-- cryptomator dependencies -->
-		<cryptomator.cryptofs.version>2.7.1-beta1</cryptomator.cryptofs.version>
+		<cryptomator.cryptofs.version>2.7.1</cryptomator.cryptofs.version>
 		<cryptomator.integrations.version>1.4.0</cryptomator.integrations.version>
 		<cryptomator.integrations.win.version>1.3.0</cryptomator.integrations.win.version>
 		<cryptomator.integrations.mac.version>1.2.4</cryptomator.integrations.mac.version>