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"