Skip to content

Commit 92310d1

Browse files
increased version number, updated readme
1 parent b6f0156 commit 92310d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Download the jar file via [GitHub Releases](https://github.com/cryptomator/cli/r
1515
Cryptomator CLI depends on a Java 8 JRE. In addition the JCE unlimited strength policy files (needed for 256-bit keys) must be installed.
1616

1717
```sh
18-
java -jar cryptomator-cli-x.y.z.jar --port 8080 --vault demoVault=/path/to/vault --password demoVault=topSecret
18+
java -jar cryptomator-cli-x.y.z.jar --bind 0.0.0.0 --port 8080 --vault demoVault=/path/to/vault --password demoVault=topSecret
1919
# you can now mount http://localhost:8080/demoVault/
2020
```
2121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.cryptomator</groupId>
44
<artifactId>cli</artifactId>
5-
<version>0.2.0-SNAPSHOT</version>
5+
<version>0.2.0</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>

0 commit comments

Comments
 (0)