From a32acb288b7927604cd127f656c8b079087198c8 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 27 Jul 2014 14:12:35 +0100 Subject: [PATCH] Upversioned from 0.1.2-SNAPSHOT to 0.1.2 for release --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 11bb71d..0ff6bf4 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,10 @@ -(defproject mw-engine "0.1.2-SNAPSHOT" +(defproject mw-engine "0.1.2" :description "Cellular automaton world builder." :url "http://www.journeyman.cc/microworld/" :manifest { ;; do not reformat this! It is important for the buildall script ;; that each of these properties is on a line with nothing else. - "build-signature-version" "0.1.2-SNAPSHOT" + "build-signature-version" "0.1.2" "build-signature-user" "Simon Brooke" "build-signature-email" "simon@journeyman.cc" "build-signature-timestamp" "2014-07-27 11:54:52+01:00"