Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
avasenin committed Mar 18, 2015
1 parent 3210728 commit 7deda81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4/acha-uber-0.2.4.jar
curl -L -O https://github.com/someteam/acha/releases/download/0.2.5/acha-uber-0.2.5.jar

Run it as:

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

Following configuration options are supported:

java -jar acha-uber-0.2.4.jar --ip 0.0.0.0 --port 8080 --dir .acha --private-key ~/.ssh/custom_key
java -jar acha-uber-0.2.5.jar --ip 0.0.0.0 --port 8080 --dir .acha --private-key ~/.ssh/custom_key

## Building from source

Expand Down
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.4"
(defproject acha "0.2.5"
:description "Enterprise Git Achievements Provider. Web scale. In the cloud"
:url "http://acha-acha.co"

Expand Down

0 comments on commit 7deda81

Please sign in to comment.