Browse Source

update library versions

Sebastian Stenzel 4 years ago
parent
commit
93445e22d4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/pom.xml

+ 3 - 3
main/pom.xml

@@ -29,9 +29,9 @@
 		<cryptomator.integrations.win.version>0.2.1</cryptomator.integrations.win.version>
 		<cryptomator.integrations.mac.version>0.1.0-beta3</cryptomator.integrations.mac.version>
 		<cryptomator.integrations.linux.version>0.1.0-beta2</cryptomator.integrations.linux.version>
-		<cryptomator.fuse.version>1.3.0-SNAPSHOT</cryptomator.fuse.version>
-		<cryptomator.dokany.version>1.3.0-SNAPSHOT</cryptomator.dokany.version>
-		<cryptomator.webdav.version>1.1.0-SNAPSHOT</cryptomator.webdav.version>
+		<cryptomator.fuse.version>1.2.7</cryptomator.fuse.version>
+		<cryptomator.dokany.version>1.2.2</cryptomator.dokany.version>
+		<cryptomator.webdav.version>1.1.0</cryptomator.webdav.version>
 
 		<!-- 3rd party dependencies -->
 		<javafx.version>15</javafx.version>