Skip to content

Commit

Permalink
2371 -> 2411 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Dec 8, 2014
1 parent 7446e99 commit 7bbff7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J

## Releases and dependency information ##

Latest stable release: 0.0-2371
Latest stable release: 0.0-2411

* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)

[Leiningen](http://github.com/technomancy/leiningen/) dependency information:

```
[org.clojure/clojurescript "0.0-2371"]
[org.clojure/clojurescript "0.0-2411"]
```

[Maven](http://maven.apache.org) dependency information:
Expand All @@ -20,7 +20,7 @@ Latest stable release: 0.0-2371
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>0.0-2371</version>
<version>0.0-2411</version>
</dependency>
```

Expand Down

0 comments on commit 7bbff7d

Please sign in to comment.