From b633cd563c0e86aab4a53264beff7ae98ee3568f Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Fri, 30 Mar 2012 10:23:44 -0600 Subject: [PATCH] bump to 0.3.5-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1b50010..6ff7461 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.thnetos/cd-client "0.3.4" +(defproject org.thnetos/cd-client "0.3.5-SNAPSHOT" :url "https://github.com/dakrone/clojuredocs-client" :description "A client for the clojuredocs API" :dependencies [[org.clojure/clojure "1.3.0"]