From d136a4e4a8edebe4e46f11bb738f4e45f22294eb Mon Sep 17 00:00:00 2001 From: Nathan Nichols Date: Tue, 18 Aug 2020 13:05:41 -0500 Subject: [PATCH] version to 1.0.0-rc1 --- packages/ripple-binary-codec/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ripple-binary-codec/package.json b/packages/ripple-binary-codec/package.json index 4a534328..c834bb81 100644 --- a/packages/ripple-binary-codec/package.json +++ b/packages/ripple-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "ripple-binary-codec", - "version": "1.0.0", + "version": "1.0.0-rc1", "description": "XRP Ledger binary codec", "files": [ "dist/*",