From 0f212e4dd1ac8b0dbfb4a037671ec545205cc0ba Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Tue, 6 Jan 2015 14:59:05 -0800 Subject: [PATCH] [TASK] bump version to 0.10.1-rc1 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e1b23337b9..dfdd503a6c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.10.0", + "version": "0.10.1-rc1", "dependencies": { "async": { "version": "0.8.0", diff --git a/package.json b/package.json index 11f962161d..cd050682f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.10.0", + "version": "0.10.1-rc1", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [ "src/js/*",