diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c5e43..9e523a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Grape Changelog -## 0.5.1 +## 0.5.1 (2020/10/27) ### CLI * Fix `--line-numbers none` diff --git a/project.clj b/project.clj index fe9ae99..87ef38b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bfontaine/grape "0.5.1-SNAPSHOT" +(defproject bfontaine/grape "0.5.1" :description "Syntax-aware Grep-like for Clojure code" :url "https://github.com/bfontaine/grape" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" diff --git a/resources/GRAPE_VERSION b/resources/GRAPE_VERSION index 87a0f10..5d4294b 100644 --- a/resources/GRAPE_VERSION +++ b/resources/GRAPE_VERSION @@ -1 +1 @@ -0.5.1-SNAPSHOT \ No newline at end of file +0.5.1 \ No newline at end of file