From 29f894c222106d752d62d1e1b8af0f0f6a0007f3 Mon Sep 17 00:00:00 2001 From: Brandon Bloom Date: Sun, 8 Sep 2019 09:27:19 -0700 Subject: [PATCH] v0.6.19 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e82655c..f441f23 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,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.18"] +[fipp "0.6.19"] ``` This version of Fipp works with Clojure 1.7 or newer. diff --git a/project.clj b/project.clj index d480cbf..73f861c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject fipp "0.6.18" +(defproject fipp "0.6.19" :description "Fast Idiomatic Pretty Printer for Clojure" :url "https://github.com/brandonbloom/fipp" :license {:name "Eclipse Public License"