Skip to content

Commit

Permalink
Set version to 0.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Antukh committed May 3, 2015
1 parent 51e0144 commit b7ae441
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERSION="devel"
VERSION="latest"

lein doc
(cd doc; make)
Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ vector on your *_project.clj_* file:
._on project.clj_
[source,clojure]
----
[funcool/catacumba "0.1.0-SNAPSHOT"]
[funcool/catacumba "0.1.0-alpha2"]
----


Expand All @@ -86,7 +86,7 @@ If you are using gradle, this is a dependency line for gradle dsl:

[source, groovy]
----
compile "funcool:catacumba:0.1.0-SNAPSHOT"
compile "funcool:catacumba:0.1.0-alpha2"
----


Expand Down
7 changes: 6 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/catacumba "0.1.0-SNAPSHOT"
(defproject funcool/catacumba "0.1.0-alpha2"
:description "Asynchronous web toolkit for Clojure build on top of Ratpack."
:url "http://github.com/funcool/catacumba"
:license {:name "BSD (2-Clause)"
Expand Down Expand Up @@ -38,6 +38,11 @@
catacumba.impl.streams
catacumba.impl.websocket
catacumba.impl.sse
catacumba.impl.types
catacumba.handlers.core
catacumba.handlers.cors
catacumba.handlers.security
catacumba.handlers.session
catacumba.experimental.stomp
catacumba.experimental.stomp.parser
catacumba.experimental.stomp.broker]
Expand Down

0 comments on commit b7ae441

Please sign in to comment.