Skip to content

Commit

Permalink
v0.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed Sep 8, 2019
1 parent 7cef283 commit 29f894c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 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"
Expand Down

0 comments on commit 29f894c

Please sign in to comment.