Skip to content

Commit

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

- Upgraded mandoline-core dependency version to 0.1.5
  • Loading branch information
stevemkim committed Nov 14, 2014
1 parent 59c3607 commit ad3252b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.mandoline/mandoline-dynamodb "0.1.4"
(defproject io.mandoline/mandoline-dynamodb "0.1.5"
:description "DynamoDB backend for Mandoline."
:license {:name "Apache License, version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"
Expand All @@ -24,7 +24,7 @@
[org.clojure/core.memoize "0.5.6"]
[joda-time/joda-time "2.1"]
[com.taoensso/faraday "1.4.0"]
[io.mandoline/mandoline-core "0.1.4"]]
[io.mandoline/mandoline-core "0.1.5"]]
:exclusions [org.clojure/clojure]

:aliases {"docs" ["marg" "-d" "target"]
Expand Down

0 comments on commit ad3252b

Please sign in to comment.