Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskreusch committed Dec 9, 2016
2 parents 6b082d2 + 3c18237 commit 422d69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>cli</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>Cryptomator CLI</name>
<description>Command line program to access encrypted files via WebDAV.</description>
<url>https://github.com/cryptomator/cli</url>

<properties>
<java.version>1.8</java.version>
<commons.cli.version>1.3.1</commons.cli.version>
<cryptofs.version>1.0.0</cryptofs.version>
<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>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 422d69a

Please sign in to comment.