We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916093 commit b1c723dCopy full SHA for b1c723d
.gitignore
@@ -12,6 +12,10 @@
12
target/
13
test-output/
14
15
+# Maven #
16
+target/
17
+pom.xml.versionsBackup
18
+
19
# IntelliJ Settings Files #
20
.idea/
21
out/
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.cryptomator</groupId>
4
<artifactId>cryptofs</artifactId>
5
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.8.5</version>
6
<name>Cryptomator Crypto Filesystem</name>
7
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
8
<url>https://github.com/cryptomator/cryptofs</url>
0 commit comments