Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Jan 8, 2018
1 parent b7c7114 commit 8fa74fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and run it under Java 8 or later.

```
Usage:
java -jar httrack2warc-0.1.0-shaded.jar [OPTIONS...] -o outdir crawldir
java -jar httrack2warc-0.2.0-shaded.jar [OPTIONS...] -o outdir crawldir
Options:
-h, --help Show this screen.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.gov.nla</groupId>
<artifactId>httrack2warc</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 8fa74fc

Please sign in to comment.