diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e364fa50..5d803291 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "ripple-rest", - "version": "1.3.0", + "version": "1.3.1-rc1", "dependencies": { "async": { "version": "0.2.10", diff --git a/package.json b/package.json index aa0406e2..7fbf53ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-rest", - "version": "1.3.0", + "version": "1.3.1-rc1", "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",