Skip to content

Commit

Permalink
1.10.516
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 31, 2019
1 parent 4dfe787 commit 8a5abc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.10.514
Latest stable release: 1.10.516

* [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 "1.10.514"]
[org.clojure/clojurescript "1.10.516"]
```

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

Expand Down
2 changes: 1 addition & 1 deletion changes.md
@@ -1,4 +1,4 @@
## 1.10.514
## 1.10.516

### Changes
* CLJS-3036: Provide a clojure.edn namespace for Clojure compatibility
Expand Down

0 comments on commit 8a5abc4

Please sign in to comment.