From a4cb207f2fec08219a1bba115a69819b2c7a256c Mon Sep 17 00:00:00 2001 From: Brandon Bloom Date: Sat, 30 Apr 2022 10:38:02 -0700 Subject: [PATCH] v0.6.26 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"