From 076cb3d695a65360bd3470a1f2a464714e52cfaa Mon Sep 17 00:00:00 2001 From: Matt Courtney Date: Sun, 24 Jul 2011 09:52:23 -0400 Subject: [PATCH] Updated the version to 1.1.0. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c6294c7..33b85ba 100755 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject darkexchange "1.1.0-SNAPSHOT" +(defproject darkexchange "1.1.0" :description "Dark Exchange is a distributed p2p exchange for bitcoin." :dependencies [[clojure-tools "1.0.0"] [com.h2database/h2 "1.3.157"]