Browse Source

Bump version to 0.1.3.

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

2
package.json

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

Loading…
Cancel
Save