Skip to content

Commit 624ffff

Browse files
committed
README: show version 0.6.0
1 parent 7f0ae29 commit 624ffff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*edn-java* is a library to parse (read) and print (write) [edn](https://github.com/edn-format/edn).
44

5-
[![Build Status](https://travis-ci.org/bpsm/edn-java.svg?branch=develop)](https://travis-ci.org/bpsm/edn-java)
5+
[![Build Status](https://travis-ci.org/bpsm/edn-java.svg?branch=master)](https://travis-ci.org/bpsm/edn-java)
66

77
## Installation
88

@@ -12,7 +12,7 @@ This is a Maven project with the following coordinates:
1212
<dependency>
1313
<groupId>us.bpsm</groupId>
1414
<artifactId>edn-java</artifactId>
15-
<version>0.5.0</version>
15+
<version>0.6.0</version>
1616
</dependency>
1717
```
1818

@@ -22,7 +22,7 @@ It is available through the OSS Sonatype Releases repository:
2222

2323
or the Gradle coordinates:
2424
```groovy
25-
compile 'us.bpsm:edn-java:0.5.0'
25+
compile 'us.bpsm:edn-java:0.6.0'
2626
```
2727
## Parsing
2828

0 commit comments

Comments
 (0)