Selaa lähdekoodia

Merge branch 'master' into develop

Tobias Hagemann 6 vuotta sitten
vanhempi
commit
e9f55da573
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 0
      .gitignore
  2. 1 1
      main/pom.xml

+ 1 - 0
.gitignore

@@ -12,6 +12,7 @@
 
 # Maven #
 target/
+pom.xml.versionsBackup
 
 # IntelliJ Settings Files (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems) #
 .idea/**/workspace.xml

+ 1 - 1
main/pom.xml

@@ -28,7 +28,7 @@
 		<cryptomator.cryptofs.version>1.8.3</cryptomator.cryptofs.version>
 		<cryptomator.jni.version>2.0.0</cryptomator.jni.version>
 		<cryptomator.fuse.version>1.1.2</cryptomator.fuse.version>
-		<cryptomator.dokany.version>1.1.7</cryptomator.dokany.version>
+		<cryptomator.dokany.version>1.1.8</cryptomator.dokany.version>
 		<cryptomator.webdav.version>1.0.10</cryptomator.webdav.version>
 
 		<javafx.version>12</javafx.version>