Skip to content

Commit

Permalink
Update README version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Sep 7, 2012
1 parent 1c281c8 commit 28110f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ documentation](http://clojure.github.com/core.incubator/).
Add a dependency on core.incubator to your Leinigen `project.clj`:

```clojure
[org.clojure/core.incubator "0.1.1"]
[org.clojure/core.incubator "0.1.2"]
```

…or to your Maven `pom.xml`:
Expand All @@ -26,7 +26,7 @@ Add a dependency on core.incubator to your Leinigen `project.clj`:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.incubator</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```

Expand Down

0 comments on commit 28110f5

Please sign in to comment.