From 85b64b7ac3488882b3c64d5efa545ab3e2daf2bd Mon Sep 17 00:00:00 2001 From: Geert Weening Date: Thu, 16 Apr 2015 11:45:39 -0700 Subject: [PATCH] Bump version to 0.12.4-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 32870b41..c80d9536 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.12.3", + "version": "0.12.4-rc1", "dependencies": { "async": { "version": "0.9.0", diff --git a/package.json b/package.json index d9993850..fb8c8689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "0.12.3", + "version": "0.12.4-rc1", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "files": [ "src/js/*",