diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 56221d86..6a38e2b2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "ripple-rest", - "version": "1.6.0-rc5", + "version": "1.6.0-rc6", "dependencies": { "async": { "version": "0.2.10", diff --git a/package.json b/package.json index 8be52f41..413b5cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-rest", - "version": "1.6.0-rc5", + "version": "1.6.0-rc6", "description": "A RESTful API for submitting payments and monitoring accounts on the Ripple network.", "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --ui tdd --reporter spec --timeout 10000 --slow 500 test/*-test.js test/unit/*-test.js",