fcoin/lib/pkg.js
2018-03-29 21:56:52 -07:00

22 lines
342 B
JavaScript

/*!
* pkg.js - package constants
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
/**
* Current version string.
* @const {String}
*/
exports.version = 'v1.0.0-pre';
/**
* Repository URL.
* @const {String}
*/
exports.url = 'https://github.com/bcoin-org/bcoin';