diff options
author | Juan Cazala <cazala@mail.sfsu.edu> | 2017-09-15 14:44:05 -0300 |
---|---|---|
committer | Juan Cazala <cazala@mail.sfsu.edu> | 2017-09-15 14:44:05 -0300 |
commit | 02b98f4ef56027c86c0e50e50cb0eaead6801b8c (patch) | |
tree | f11d650142bfc78dba90ff7e172d0447d0dd2935 | |
parent | eccd9f943730756a6798149ba53b5e104668f1ad (diff) | |
download | coin-hive-02b98f4ef56027c86c0e50e50cb0eaead6801b8c.zip coin-hive-02b98f4ef56027c86c0e50e50cb0eaead6801b8c.tar.gz coin-hive-02b98f4ef56027c86c0e50e50cb0eaead6801b8c.tar.bz2 |
v1.0.11.0.1
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Coin-Hive [](https://travis-ci.org/cazala/coin-hive) -Mine [Monero (XMR)](https://getmonero.org/) using [Coin-Hive](https://coin-hive.com/) from NodeJS. +Mine cryptocurrency [Monero (XMR)](https://getmonero.org/) using [Coin-Hive](https://coin-hive.com/) from node.js ## Install diff --git a/package.json b/package.json index 08f42e0..87cf8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coin-hive", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "src/index.js", "scripts": { @@ -22,4 +22,4 @@ "type": "git", "url": "git+https://github.com/cazala/coin-hive.git" } -} +}
\ No newline at end of file |