Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Mar 2, 2017
1 parent 60c8831 commit 5d4bd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ file matching and file watching that feels more natural to me.

You could find it useful as a library, or just read source for examples of using Java 7 WatchService.

Latest release is [0.2.0](releases/tag/v0.1.0) but you can build the current SNAPSHOT with maven and use that.
Latest release is [0.2.0](releases/tag/v0.2.0) but you can build the current SNAPSHOT with maven and use that.

# Command line Usage

Expand Down Expand Up @@ -43,7 +43,7 @@ Add maven dependency or download from [maven central](http://repo1.maven.org/mav
<dependency>
<groupId>hr.hrg</groupId>
<artifactId>java-watcher</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 5d4bd3d

Please sign in to comment.