Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 16, 2015
1 parent 392b353 commit 7406566
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.1 to 0.3.2

### Changes
* ArrayMap is the default

## 0.3.0 to 0.3.1

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mori",
"version": "0.3.1",
"version": "0.3.2",
"description": "Persistent Data Structures for JavaScript",
"homepage": "https://github.com/swannodette/mori",
"author": "David Nolen (https://github.com/swannodette)",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mori "0.3.1"
(defproject mori "0.3.2"
:description "Persistent Data Structures for JavaScript"

:dependencies [[org.clojure/clojure "1.6.0"]
Expand Down

0 comments on commit 7406566

Please sign in to comment.