diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 9741816..2bdc7c4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,7 +1,7 @@ Change Log ========== -https://github.com/eraserhd/rep/compare/0.1.1...HEAD[Unreleased] +https://github.com/eraserhd/rep/compare/v0.1.1...v0.1.2[v0.1.2] ---------------------------------------------------------------- === Added @@ -15,7 +15,7 @@ https://github.com/eraserhd/rep/compare/0.1.1...HEAD[Unreleased] * `,eR` replaces selection with its evaluted result. -https://github.com/eraserhd/rep/compare/0.1.0...0.1.1[v0.1.0] - 2019-01-08 +https://github.com/eraserhd/rep/compare/v0.1.0...v0.1.1[v0.1.1] - 2019-01-08 -------------------------------------------------------------------------- === Added diff --git a/project.clj b/project.clj index 1ab8aea..fe70d3b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject rep "0.1.2-SNAPSHOT" +(defproject rep "0.1.2" :description "Single-shot REPL (hence no 'L')" :url "https://github.com/eraserhd/rep" :license {:name "Eclipse Public License"