Bump version to 0.17.3 and bump ripple-binary-codec to 0.1.4

This commit is contained in:
Chris Clark
2016-09-27 16:39:29 -07:00
parent acf8f87a88
commit 2191596e68
2 changed files with 6 additions and 6 deletions

6
npm-shrinkwrap.json generated
View File

@@ -3249,9 +3249,9 @@
"resolved": "https://registry.npmjs.org/ripple-address-codec/-/ripple-address-codec-2.0.1.tgz"
},
"ripple-binary-codec": {
"version": "0.1.3",
"from": "ripple-binary-codec@>=0.1.3 <0.2.0",
"resolved": "https://registry.npmjs.org/ripple-binary-codec/-/ripple-binary-codec-0.1.3.tgz",
"version": "0.1.4",
"from": "ripple-binary-codec@>=0.1.4 <0.2.0",
"resolved": "https://registry.npmjs.org/ripple-binary-codec/-/ripple-binary-codec-0.1.4.tgz",
"dependencies": {
"lodash": {
"version": "4.13.1",

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "0.17.2",
"version": "0.17.3",
"license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [
@@ -24,7 +24,7 @@
"jayson": "^1.2.2",
"lodash": "^3.1.0",
"ripple-address-codec": "^2.0.1",
"ripple-binary-codec": "^0.1.3",
"ripple-binary-codec": "^0.1.4",
"ripple-hashes": "^0.1.0",
"ripple-keypairs": "^0.10.0",
"ripple-lib-transactionparser": "^0.6.0",
@@ -46,7 +46,7 @@
"ejs": "^2.3.4",
"eslint": "^2.9.0",
"eventemitter2": "^0.4.14",
"flow-bin": "^0.30.0",
"flow-bin": "^0.32.0",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.13",
"gulp-rename": "^1.2.0",