diff --git a/README.md b/README.md index c5d8065..e51959a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Fipp artifacts are [published on Clojars](https://clojars.org/fipp). To depend on this version with Lein, add the following to your `project.clj`: ```clojure -[fipp "0.6.25"] +[fipp "0.6.26"] ``` This version of Fipp works with Clojure 1.7 or newer. diff --git a/project.clj b/project.clj index 87e6709..fa53489 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject fipp "0.6.25" +(defproject fipp "0.6.26" :description "Fast Idiomatic Pretty Printer for Clojure" :url "https://github.com/brandonbloom/fipp" :license {:name "Eclipse Public License"