diff --git a/lib/net/common.js b/lib/net/common.js index fda0005e..614ac7d9 100644 --- a/lib/net/common.js +++ b/lib/net/common.js @@ -134,7 +134,7 @@ exports.REQUIRED_SERVICES = 0 * @default */ -exports.USER_AGENT = `/bcoin:${pkg.version}/`; +exports.USER_AGENT = `/fcoin:${pkg.version}/`; /** * Max message size (~4mb with segwit, formerly 2mb) diff --git a/lib/pkg.js b/lib/pkg.js index 2e591932..f35fdea2 100644 --- a/lib/pkg.js +++ b/lib/pkg.js @@ -11,11 +11,11 @@ * @const {String} */ -exports.version = 'v1.0.0-beta.14'; +exports.version = 'v1.0.0-beta.16'; /** * Repository URL. * @const {String} */ -exports.url = 'https://github.com/bcoin-org/bcoin'; +exports.url = 'https://github.com/oipwg/fcoin';