Browse Source

Bump version to 0.1.7.

master v0.1.7
Emilio Almansi 7 years ago
parent
commit
cbc4e9b114
  1. 2
      README.md
  2. 2
      dist/bitcoincashjs.0.1.7.min.js
  3. 2
      package-lock.json
  4. 2
      package.json

2
README.md

@ -32,7 +32,7 @@ $ bower install --save bitcoincashjs
### Manually
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.6.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.6.min.js).
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.7.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.7.min.js).
## Examples

2
dist/bitcoincashjs.0.1.6.min.js → dist/bitcoincashjs.0.1.7.min.js

File diff suppressed because one or more lines are too long

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "bitcoincashjs",
"version": "0.1.6",
"version": "0.1.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "bitcoincashjs",
"version": "0.1.6",
"version": "0.1.7",
"description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.",
"author": "Emilio Almansi <hi@ealmansi.com>",
"main": "lib/bitcoincash.js",

Loading…
Cancel
Save