Skip to content

Commit

Permalink
Version bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
verma committed Jul 6, 2014
1 parent bb801f0 commit ba58e7d
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 @@ -11,9 +11,9 @@ You create tags (pretty looking names for local directories) and tag your remote

Current Release
---
Current release version is `0.1.2`. It will do what its supposed to do, but it has a long way to go.
Current release version is `0.1.3`. It will do what its supposed to do, but it has a long way to go.

[Download Now](https://github.com/verma/dakait/releases/download/0.1.2/dakait-0.1.2-standalone.jar)
[Download Now](https://github.com/verma/dakait/releases/download/0.1.3/dakait-0.1.3-standalone.jar)

How to run
---
Expand All @@ -22,7 +22,7 @@ You need a configuration file to run Dakait. Modify and rename `config.example.

Once you have the jar file, make sure your server has a recent enough version of java. You can start the server by running the following command

java -jar dakait-0.1.2-standalone.jar
java -jar dakait-0.1.3-standalone.jar

This will start a server and bind to port `3000`. Now point your browser to `http://server-address:3000/`

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 dakait "0.1.2"
(defproject dakait "0.1.3"
:description "A tool to download files from your FTP/SFTP servers in an organized way."
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit ba58e7d

Please sign in to comment.