Skip to content

Commit

Permalink
Bump version to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmansi committed Jun 24, 2019
1 parent 5eeec3f commit 221ebe4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ yarn add bchaddrjs

### Manually

You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bchaddrjs-0.4.1.min.js](https://unpkg.com/bchaddrjs@0.4.1/dist/bchaddrjs-0.4.1.min.js).
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bchaddrjs-0.4.2.min.js](https://unpkg.com/bchaddrjs@0.4.2/dist/bchaddrjs-0.4.2.min.js).

## Usage

Expand All @@ -48,7 +48,7 @@ You may include a script tag in your HTML and the `bchaddr` module will be defin
<html>
<head>
...
<script src="https://unpkg.com/bchaddrjs@0.4.1/dist/bchaddrjs-0.4.1.min.js"></script>
<script src="https://unpkg.com/bchaddrjs@0.4.2/dist/bchaddrjs-0.4.2.min.js"></script>
</head>
...
</html>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bchaddrjs",
"version": "0.4.1",
"version": "0.4.2",
"description": "Bitcoin Cash general purpose address translation.",
"main": "src/bchaddr.js",
"scripts": {
Expand Down

0 comments on commit 221ebe4

Please sign in to comment.