Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 29, 2014
1 parent c1999f2 commit b8f845b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2.5-SNAPSHOT",
"version": "0.2.5",
"description": "Persistent Data Structures for JavaScript",
"homepage": "https://github.com/swannodette/mori",
"author": "David Nolen (https://github.com/swannodette)",
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject mori "0.2.5-SNAPSHOT"
(defproject mori "0.2.5"
:description "Persistent Data Structures for JavaScript"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2080"]]
:plugins [[lein-cljsbuild "1.0.0"]]
[org.clojure/clojurescript "0.0-2156"]]
:plugins [[lein-cljsbuild "1.0.1"]]
:cljsbuild
{:builds
[{:source-paths ["src"],
Expand Down

0 comments on commit b8f845b

Please sign in to comment.