Skip to content

Commit

Permalink
Merge pull request bcoin-org#87 from tuxcanfly/bcash-v1.0.2
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
tuxcanfly authored Sep 7, 2018
2 parents 1b6c079 + db207cb commit c907358
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Bcash Release Notes & Changelog

## v1.0.2

Major changes include backports from bcoin:

- `buffer-map` refactor
- bug fixes

### Notable Changes

- Initial tagged bcash release.

# Bcoin Release Notes & Changelog

## v1.x
Expand Down
2 changes: 1 addition & 1 deletion lib/pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @const {String}
*/

exports.version = 'v1.0.2-beta';
exports.version = 'v1.0.2';

/**
* Repository URL.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bcash",
"version": "1.0.2-beta",
"version": "1.0.2",
"description": "Bitcoin cash bike-shed",
"license": "MIT",
"repository": "git://github.com/bcoin-org/bcash.git",
Expand Down Expand Up @@ -86,5 +86,8 @@
"./lib/workers/child": "./lib/workers/child-browser.js",
"./lib/workers/parent": "./lib/workers/parent-browser.js",
"./lib/bcash": "./lib/bcoin-browser.js"
},
"bcoin": {
"upstream": "15b024a3928ea8a54732bb2f5177ab1668468258"
}
}

0 comments on commit c907358

Please sign in to comment.