Browse Source

Bump version to 0.1.5.

master v0.1.5
Emilio Almansi 7 years ago
parent
commit
e1ff6e3e58
  1. 2
      README.md
  2. 2
      dist/bitcoincashjs.0.1.5.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.4.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.4.min.js).
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/bitcoincashjs.0.1.5.min.js](https://cdn.rawgit.com/bitcoincashjs/bitcoincashjs/master/dist/bitcoincashjs.0.1.5.min.js).
## Examples

2
dist/bitcoincashjs.0.1.4.min.js → dist/bitcoincashjs.0.1.5.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.4",
"version": "0.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

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

Loading…
Cancel
Save