From 4a8acdf42573a5e40bdb543670fe4c0f6412f291 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 11 Jan 2014 12:42:04 -0800 Subject: [PATCH] Bumped version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6928ddf..161b584 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ ; Copyright (c) 2014 Kevin Bell. All rights reserved. ; See the file license.txt for copying permission. -(defproject dacom "0.1.2-SNAPSHOT" +(defproject dacom "0.1.2" :description "A skeleton app built with datomic, compojure, and om" :url "https://github.com/bellkev/dacom" :dependencies [[org.clojure/clojure "1.5.1"]