From ba58e7d680d04f1b83c0eb16bca0e1ddbb0bdc8d Mon Sep 17 00:00:00 2001 From: Uday Verma Date: Sun, 6 Jul 2014 10:46:21 -0500 Subject: [PATCH] Version bump to 0.1.3 --- README.md | 6 +++--- project.clj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84f3036..5cbbf1a 100644 --- a/README.md +++ b/README.md @@ -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 --- @@ -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/` diff --git a/project.clj b/project.clj index 7e4fab1..a08e634 100644 --- a/project.clj +++ b/project.clj @@ -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"}