Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.3.4
  • Loading branch information
mikedeboer committed Jan 27, 2016
1 parent fe9173b commit 1fe585d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{ {
"name": "jsDAV", "name": "jsDAV",
"description": "jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.", "description": "jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.",
"version": "0.3.3", "version": "0.3.4",
"license": "MIT", "license": "MIT",
"homepage" : "http://github.com/mikedeboer/jsDAV", "homepage" : "http://github.com/mikedeboer/jsDAV",
"engines": {"node": ">= 0.4.0"}, "engines": {"node": ">= 0.6.0"},
"author": "Mike de Boer <info@mikedeboer.nl>", "author": "Mike de Boer <info@mikedeboer.nl>",
"scripts": { "scripts": {
"test": "node test/test_server.js", "test": "node test/test_server.js",
Expand Down

0 comments on commit 1fe585d

Please sign in to comment.