From d4581800aa6e75527c5d63810ff4126f80fc732d Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sun, 9 Oct 2011 22:40:29 -0700 Subject: [PATCH] whoops, need SNAPSHOT --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index e591b6c..d4a5e75 100644 --- a/README.textile +++ b/README.textile @@ -127,7 +127,7 @@ h2. Using Sandbar in your project h3. Leiningen -Add [sandbar/sandbar "0.4.0"] to your :dependencies in project.clj. +Add [sandbar/sandbar "0.4.0-SNAPSHOT"] to your :dependencies in project.clj. h3. Maven @@ -136,7 +136,7 @@ Add the following dependency:

   sandbar
   sandbar
-  0.4.0
+  0.4.0-SNAPSHOT
 
which comes from Clojars...