diff --git a/README.md b/README.md index bcbf15f..3d0a5f0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ in a number of really great ways in your applications: ## Leiningen ```clj -[gered/views "1.5-SNAPSHOT"] +[gered/views "1.5"] ``` ## This is a fork! diff --git a/project.clj b/project.clj index 8e1efd6..ce78074 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject gered/views "1.5-SNAPSHOT" +(defproject gered/views "1.5" :description "A view to the past helps navigate the future." :url "https://github.com/gered/views"