Skip to content

Commit

Permalink
0.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed May 6, 2020
1 parent 56a7d05 commit 3e29a69
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 @@ -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.22"]
[fipp "0.6.23"]
```

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.22"
(defproject fipp "0.6.23"
:description "Fast Idiomatic Pretty Printer for Clojure"
:url "https://github.com/brandonbloom/fipp"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 3e29a69

Please sign in to comment.