Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
code77se committed Apr 21, 2016
1 parent 24c2af7 commit d2fc02b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ JQ is published on [Bintray/jCenter](https://bintray.com/code77/maven/jq) and ma

##### Jars

* [jq-1.0.4-debug.jar](http://code77se.github.io/jq/bin/1.0.4/jq-1.0.4-debug.jar)
* [jq-1.0.4-release.jar](http://code77se.github.io/jq/bin/1.0.4/jq-1.0.4-release.jar)
* [jq-1.0.5-debug.jar](http://code77se.github.io/jq/bin/1.0.5/jq-1.0.5-debug.jar)
* [jq-1.0.5-release.jar](http://code77se.github.io/jq/bin/1.0.5/jq-1.0.5-release.jar)

##### Maven
```xml
<dependency>
<groupId>se.code77.jq</groupId>
<artifactId>jq</artifactId>
<version>[1.0.4,)</version>
<version>[1.0.5,)</version>
</dependency>
```

Expand Down

0 comments on commit d2fc02b

Please sign in to comment.