Skip to content

Commit

Permalink
Bump version to 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Feb 28, 2015
1 parent 4b7babf commit 2db12a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM node:0.12
MAINTAINER github@stefanlau.com

RUN mkdir /app
RUN git clone --single-branch --branch "0.4.0" https://github.com/selaux/miner-dashboard.git /app
RUN git clone --single-branch --branch "0.4.1" https://github.com/selaux/miner-dashboard.git /app
RUN mv /app/config/config.example.js /app/config/config.js
RUN cd /app; npm install
RUN cd /app; node_modules/.bin/grunt compile
Expand Down
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -86,6 +86,14 @@ Note: Each module can have an unique id assigned in the configuration object, so

## Changelog

#### 0.4.1
- Adds possibility for running miner-dashboard in a Docker container
- Adds support for node 0.12
- Fix cryptocoincharts API url
- Fix overlapping labels
- Fix eventemitter warnings
- Fix warnings for missing grunt modules

#### 0.4.0
- __Breaking change__: Remove undocumented triplemining revenue module
- __Deprecation__: Use new configuration format for revenue modules, the old one is deprecated now
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "miner-dashboard",
"version": "0.4.0",
"version": "0.4.1",
"author": "selaux <github@stefanlau.com>",
"description": "Show the current status of your bitcoin miner in a browser.",
"keywords": [
Expand Down

0 comments on commit 2db12a3

Please sign in to comment.