Release 1.2.0 of lein-pprint.

This commit is contained in:
Phil Hagelberg 2017-11-05 13:15:32 -08:00
parent b8cf7a0d49
commit 20922b067a
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ This is a sample of how a simple plugin would work.
## Usage
Add `[lein-pprint "1.1.2"]` to `:plugins`.
Add `[lein-pprint "1.2.0"]` to `:plugins`.
$ lein pprint
@ -36,6 +36,6 @@ Add `[lein-pprint "1.1.2"]` to `:plugins`.
## License
Copyright © 2012 Phil Hagelberg
Copyright © 2012-2017 Phil Hagelberg and contributors.
Distributed under the Eclipse Public License, the same as Clojure.

View file

@ -1,4 +1,4 @@
(defproject lein-pprint "1.1.2"
(defproject lein-pprint "1.2.0"
:description "Pretty-print a representation of the project map."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"