From bb781f1727d957e489670b59d0f648aa8082138d Mon Sep 17 00:00:00 2001 From: bensmoif Date: Tue, 17 Feb 2015 09:05:05 -0600 Subject: [PATCH] Update to minor version 0.4.0 Due to recent stdout changes --- README.md | 6 +----- package.json | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6a17227..0a93361 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,6 @@ You can also include webdav-sync into your node app ### Development -If you clone the repository or download a tarball from github you will need CoffeeScript. - -It can be installed via `brew install coffee-script` or `npm install coffee-script`. - Simply execute `cake dev` to start continuous compilation. You may also want to run `npm link` so that whenever you call `require('webdav-sync')` it will always point to the current dev version. ### Change log @@ -61,7 +57,7 @@ Simply execute `cake dev` to start continuous compilation. You may also want to - 0.1.1: First release - 0.2.4: Upgrading to node 0.6.x - 0.3.0: Cleanup and --verbose flag added - - 0.3.1: File transfer fixes and transfer status icons + - 0.4.0: Minor update due to change in stdout: File transfer fixes, connection test, transfer status icons ### TODO diff --git a/package.json b/package.json index 86ca577..61460ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdav-sync", - "version": "0.3.1", + "version": "0.4.0", "description": "Basic local sync to WebDAV servers", "author": { "name": "Bermi Ferrer", @@ -52,7 +52,7 @@ "type": "git", "url": "git://github.com/bermi/webdav-sync.git" }, - "_id": "webdav-sync@0.3.1", + "_id": "webdav-sync@0.4.0", "dist": { "shasum": "1974b0da4c82c6481098a78b6c7541dbbb9f0f4d" },