From 8b52af14b6092297833aacf8871208bab33c06ca Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 27 Jun 2016 18:35:13 -0400 Subject: [PATCH] version 1.5 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"