Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 24, 2024
1 parent e91d4c8 commit 30e3f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ and limits itself to a small set of general-purpose functions.

Add the following dependency to your deps.edn file:

dev.weavejester/medley {:mvn/version "1.7.0"}
dev.weavejester/medley {:mvn/version "1.8.0"}

Or to your Leiningen project file:

[dev.weavejester/medley "1.7.0"]
[dev.weavejester/medley "1.8.0"]

## Documentation

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 dev.weavejester/medley "1.7.0"
(defproject dev.weavejester/medley "1.8.0"
:description "A lightweight library of useful, mostly pure functions"
:url "https://github.com/weavejester/medley"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 30e3f85

Please sign in to comment.