From b911b9578c68750bea4b5f66d00b5c54f913c0e5 Mon Sep 17 00:00:00 2001 From: loganlinn Date: Tue, 28 Apr 2015 17:34:54 -0700 Subject: [PATCH] lein-release plugin: preparing 1.1.0 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 530e0d1..f3202d0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject prismatic/dommy "1.1.0-SNAPSHOT" +(defproject prismatic/dommy "1.1.0" :clojurescript? true :description "Clojurescript DOM manipulation" :url "https://github.com/prismatic/dommy"