Skip to content

Commit

Permalink
1.10.329
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jun 22, 2018
1 parent e58b435 commit 359d34e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.10.328
Latest stable release: 1.10.329

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

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

Expand Down
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.10.328
## 1.10.329

### Changes
* add :val to :const node
Expand Down
2 changes: 1 addition & 1 deletion src/test/cljs/cljs/core_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1592,4 +1592,4 @@
(deftest test-cljs-2787
(let [x (map->CLJS-2787 {1 2})
y (map->CLJS-2787 x)]
(= x y)))
(is (= x y))))

0 comments on commit 359d34e

Please sign in to comment.