From 05db4e6977e398d9d11cbb569b8b5935b9268155 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 16 Sep 2016 13:46:17 +0100 Subject: [PATCH] Reversioned to 0.5.1-SNAPSHOT (not issuing a new develop version, because fix was so minor). --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8b26724..a6c9d31 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "0.5.0-rc3" +(defproject smeagol "0.5.1-SNAPSHOT" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :dependencies [[org.clojure/clojure "1.7.0"]