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.
2 parents 6b082d2 + 3c18237 commit 422d69aCopy full SHA for 422d69a
1 file changed
pom.xml
@@ -2,16 +2,16 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.cryptomator</groupId>
4
<artifactId>cli</artifactId>
5
- <version>0.2.0</version>
+ <version>0.2.1</version>
6
<name>Cryptomator CLI</name>
7
<description>Command line program to access encrypted files via WebDAV.</description>
8
<url>https://github.com/cryptomator/cli</url>
9
10
<properties>
11
<java.version>1.8</java.version>
12
<commons.cli.version>1.3.1</commons.cli.version>
13
- <cryptofs.version>1.0.0</cryptofs.version>
14
- <webdav-nio.version>0.2.2</webdav-nio.version>
+ <cryptofs.version>1.0.1</cryptofs.version>
+ <webdav-nio.version>0.2.3</webdav-nio.version>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
</properties>
17
0 commit comments