Skip to content

Commit 0599423

Browse files
committed
update README for 0.2.0-alpha2
1 parent 8e8b933 commit 0599423

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add the following to the `project.clj` dependencies:
3939

4040
## Installation - Alpha
4141

42-
Latest alpha release: 0.2.0-alpha1
42+
Latest alpha release: 0.2.0-alpha2
4343

4444
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22data.xml%22)
4545

@@ -51,13 +51,13 @@ For Maven projects, add the following XML in your `pom.xml`'s `<dependencies>` s
5151
<dependency>
5252
<groupId>org.clojure</groupId>
5353
<artifactId>data.xml</artifactId>
54-
<version>0.2.0-alpha1</version>
54+
<version>0.2.0-alpha2</version>
5555
</dependency>
5656

5757
### Leiningen
5858
Add the following to the `project.clj` dependencies:
5959

60-
[org.clojure/data.xml "0.2.0-alpha1"]
60+
[org.clojure/data.xml "0.2.0-alpha2"]
6161

6262
## Examples
6363

0 commit comments

Comments
 (0)