diff --git a/project.clj b/project.clj index 42ba21f..75d016f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "0.99.7" +(defproject smeagol "0.99.7-SNAPSHOT" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :license {:name "GNU General Public License,version 2.0 or (at your option) any later version" @@ -71,6 +71,7 @@ ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] ;; ["vcs" "tag"] -- not working, problems with secret key + ["clean"] ["bower" "install"] ["ring" "uberwar"] ["docker" "build"]