Skip to content

Commit 422d69a

Browse files
committed
Merge branch 'hotfix/0.2.1'
2 parents 6b082d2 + 3c18237 commit 422d69a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.cryptomator</groupId>
44
<artifactId>cli</artifactId>
5-
<version>0.2.0</version>
5+
<version>0.2.1</version>
66
<name>Cryptomator CLI</name>
77
<description>Command line program to access encrypted files via WebDAV.</description>
88
<url>https://github.com/cryptomator/cli</url>
99

1010
<properties>
1111
<java.version>1.8</java.version>
1212
<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>
13+
<cryptofs.version>1.0.1</cryptofs.version>
14+
<webdav-nio.version>0.2.3</webdav-nio.version>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
</properties>
1717

0 commit comments

Comments
 (0)