Skip to content

Commit

Permalink
version bumo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 23, 2014
1 parent 28826e4 commit de47707
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

Grab a jar [from latest release](https://github.com/someteam/acha/releases/latest):

curl -L -O https://github.com/someteam/acha/releases/download/0.2.3/acha-uber-0.2.3.jar
curl -L -O https://github.com/someteam/acha/releases/download/0.2.4/acha-uber-0.2.4.jar

Run it as:

java -jar acha-uber-0.2.3.jar
java -jar acha-uber-0.2.4.jar
open http://localhost:8080/

Following configuration options are supported:

java -jar acha-uber-0.2.3.jar --ip 0.0.0.0 --port 8080 --dir .acha
java -jar acha-uber-0.2.4.jar --ip 0.0.0.0 --port 8080 --dir .acha

## Building from source

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject acha "0.2.3"
(defproject acha "0.2.4"
:description "Enterprise Git Achievements Provider. Web scale. In the cloud"
:url "http://acha-acha.co"

Expand Down Expand Up @@ -32,7 +32,7 @@
[org.clojure/clojurescript "0.0-2371" :exclusions [org.mozilla/rhino]]
[org.clojure/core.async "0.1.338.0-5c5012-alpha"]
[com.cognitect/transit-cljs "0.8.192"]
[datascript "0.6.0"]
[datascript "0.7.2"]
[sablono "0.2.22"]
[com.facebook/react "0.11.2"]
]
Expand Down
2 changes: 1 addition & 1 deletion src-clj/acha/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require
[clojure.core.async :as async]))

(def version "0.2.3")
(def version "0.2.4")

(def working-dir ".acha")

Expand Down

0 comments on commit de47707

Please sign in to comment.