From 20922b067a91e6a3a39c4e4f0527697a70a7a05e Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sun, 5 Nov 2017 13:15:32 -0800 Subject: [PATCH] Release 1.2.0 of lein-pprint. --- lein-pprint/README.md | 4 ++-- lein-pprint/project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lein-pprint/README.md b/lein-pprint/README.md index 475f36e1..7bd97b6f 100644 --- a/lein-pprint/README.md +++ b/lein-pprint/README.md @@ -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. diff --git a/lein-pprint/project.clj b/lein-pprint/project.clj index 1e7668a1..6e58dfd1 100644 --- a/lein-pprint/project.clj +++ b/lein-pprint/project.clj @@ -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"