Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed May 5, 2014
1 parent 4355d8c commit 4c50309
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Node.js based app to show the current status of your miner in a browser.

#### Screenshot

[![Miner Dashboard](http://i.imgur.com/ldgQ33v.png)](http://i.imgur.com/ldgQ33v.png)
[![Miner Dashboard](http://i.imgur.com/sr37ydG.png)](http://i.imgur.com/sr37ydG.png)


## Installation
Expand Down Expand Up @@ -76,6 +76,13 @@ Note: Each module can have an unique id assigned in the configuration object, so

## Changelog

#### 0.3.0
- Adds charts to a lot of modules
- Fix issues with Antminer cgminer version
- Now shows device temperatures and uptime per miner
- Now shows current hashrate instead of average
- It's now possible to install over npm

#### 0.2.0
- a bunch of stability enhancements
- pools are displayed for each miner
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "miner-dashboard",
"version": "0.2.0",
"version": "0.3.0",
"author": "selaux <github@stefanlau.com>",
"description": "Show the current status of your bitcoin miner in a browser.",
"keywords": [
Expand Down

0 comments on commit 4c50309

Please sign in to comment.