From f7a6257074515b12e208386b4afd642bf5373606 Mon Sep 17 00:00:00 2001 From: Vin Armani Date: Sun, 31 Oct 2021 21:50:58 +0100 Subject: [PATCH] version 2.1.3 --- lib/pkg.js | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pkg.js b/lib/pkg.js index 8a2abbde9..acdfce0d7 100644 --- a/lib/pkg.js +++ b/lib/pkg.js @@ -32,7 +32,7 @@ pkg.core = 'bcash'; * @default */ -pkg.organization = 'bcoin-org'; +pkg.organization = 'badger-cash'; /** * Currency Name diff --git a/package.json b/package.json index ac3451e6b..c850e56be 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "bcash", - "version": "2.1.2", - "description": "Bitcoin cash bike-shed", + "version": "2.1.3", + "description": "Bitcoin Cash full node and library", "license": "MIT", - "repository": "git://github.com/bcoin-org/bcash.git", - "homepage": "https://github.com/bcoin-org/bcash", + "repository": "git://github.com/badger-cash/bcash.git", + "homepage": "https://github.com/badger-cash/bcash", "bugs": { - "url": "https://github.com/rojii/bcash/issues" + "url": "https://github.com/badger-cash/bcash/issues" }, "author": "Fedor Indutny ", "contributors": [