Skip to content

Commit

Permalink
Update to minor version 0.4.0
Browse files Browse the repository at this point in the history
Due to recent stdout changes
  • Loading branch information
bensmoif committed Feb 17, 2015
1 parent ecb338d commit bb781f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,14 @@ 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

- 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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit bb781f1

Please sign in to comment.