@@ -6,20 +6,20 @@ Official web site: https://clojurescript.org
66
77## Releases and dependency information ##
88
9- Latest stable release: 1.12.116
9+ Latest stable release: 1.12.134
1010
1111* [ All released versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1212
1313[ Clojure deps.edn] ( http://clojure.org/guides/deps_and_cli ) dependency information:
1414
1515 ```
16- org.clojure/clojurescript {:mvn/version "1.12.116 "}
16+ org.clojure/clojurescript {:mvn/version "1.12.134 "}
1717 ```
1818
1919[ Leiningen] ( https://github.com/technomancy/leiningen/ ) dependency information:
2020
2121```
22- [org.clojure/clojurescript "1.12.116 "]
22+ [org.clojure/clojurescript "1.12.134 "]
2323```
2424
2525[ Maven] ( https://maven.apache.org ) dependency information:
@@ -28,7 +28,7 @@ Latest stable release: 1.12.116
2828<dependency>
2929 <groupId>org.clojure</groupId>
3030 <artifactId>clojurescript</artifactId>
31- <version>1.12.116 </version>
31+ <version>1.12.134 </version>
3232</dependency>
3333```
3434
@@ -45,7 +45,7 @@ Please point all of your questions and feedback to the
4545[ Clojure mailing list] ( https://groups.google.com/group/clojure ) . There
4646is a community run
4747[ ClojureScript user mailing list] ( https://groups.google.com/group/clojurescript ) and
48- the IRC channel, ` #clojurescript ` on [ freenode.net] ( https://freenode.net/ ) , is quite active.
48+ the IRC channel, ` #clojurescript ` on [ freenode.net] ( https://freenode.net/ ) , is quite active.
4949There is also a community run [ Slack channel] ( https://clojurians.slack.com ) . The
5050Jira bug/feature tracking application is located at
5151< https://clojure.atlassian.net/browse/CLJS > . Before submitting issues
0 commit comments