Skip to content

Commit

Permalink
v 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Oct 31, 2014
1 parent 4bcfa22 commit 0c748fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.2/acha-uber-0.2.2.jar
curl -L -O https://github.com/someteam/acha/releases/download/0.2.3/acha-uber-0.2.3.jar

Run it as:

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

Following configuration options are supported:

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

## Building from source

Expand All @@ -30,7 +30,7 @@ Following configuration options are supported:

## License

Copyright © Nikita Prokopov, Yulya Prokopova, Renat Idrisov, Andrey Vasenin, Dmitry Ivanov
Copyright © Nikita Prokopov, Julie Prokopova, Renat Idrisov, Andrey Vasenin, Dmitry Ivanov

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject acha "0.2.2"
(defproject acha "0.2.3"
:description "Enterprise Git Achievements Provider. Web scale. In the cloud"
:url "http://acha-acha.co"

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.2")
(def version "0.2.3")

(def working-dir ".acha")

Expand Down

0 comments on commit 0c748fa

Please sign in to comment.