Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jun 29, 2014
1 parent b2175f1 commit 879489f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ itself to pure functions with very general use-cases.

To install, add the following to your project `:dependencies`:

[medley "0.4.0"]
[medley "0.4.1"]

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject medley "0.4.0"
(defproject medley "0.4.1"
:description "A lightweight library of useful pure functions"
:url "https://github.com/weavejester/medley"
:license {:name "Eclipse Public License"
Expand All @@ -10,7 +10,7 @@
[com.cemerick/clojurescript.test "0.3.1"]]
:codox {:defaults {:doc/format :markdown}
:sources ["target/generated/src"]
:src-dir-uri "http://github.com/weavejester/medley/blob/0.4.0/"
:src-dir-uri "http://github.com/weavejester/medley/blob/0.4.1/"
:src-linenum-anchor-prefix "L"
:src-uri-mapping {#"target/generated/src" #(str "src/" % "x")}}
:cljx
Expand Down

0 comments on commit 879489f

Please sign in to comment.