From f5cad043f5377041673318b07cf253a3de1058da Mon Sep 17 00:00:00 2001 From: Aphyr Date: Tue, 16 Jul 2013 08:53:02 -0700 Subject: [PATCH] Version 0.0.3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2dcf117..9027db8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-librato "0.0.3-SNAPSHOT" +(defproject clj-librato "0.0.3" :description "Clojure interface to the Librato service" :dependencies [[org.clojure/clojure "1.5.1"] [clj-http "0.7.5"]