Skip to content

Commit

Permalink
Increment project version to 0.1.3
Browse files Browse the repository at this point in the history
Changes since the last version:

- Added Clojars badge and Travis CI badge to README

- Small fix in log4j.properties

- Fixed a test helper that specifies a relative path to leiningen; it
  now assumes that an executable `lein2` can be found in PATH
  • Loading branch information
stevemkim committed Jul 31, 2014
1 parent 8a77f21 commit a64eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.mandoline/mandoline-core "0.1.2"
(defproject io.mandoline/mandoline-core "0.1.3"
:description
"Mandoline is a distributed store for multi-dimensional arrays"
:license {:name "Apache License, version 2.0"
Expand Down

0 comments on commit a64eef8

Please sign in to comment.