Skip to content

Commit

Permalink
whoops, need SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Oct 10, 2011
1 parent 9400ec6 commit d458180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -127,7 +127,7 @@ h2. Using Sandbar in your project

h3. Leiningen

Add <code>[sandbar/sandbar "0.4.0"]</code> to your :dependencies in project.clj.
Add <code>[sandbar/sandbar "0.4.0-SNAPSHOT"]</code> to your :dependencies in project.clj.

h3. Maven

Expand All @@ -136,7 +136,7 @@ Add the following dependency:
<pre><code><dependency>
<groupId>sandbar</groupId>
<artifactId>sandbar</artifactId>
<version>0.4.0</version>
<version>0.4.0-SNAPSHOT</version>
</dependency></code></pre>

which comes from Clojars...
Expand Down

0 comments on commit d458180

Please sign in to comment.