Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 7, 2012
1 parent fa751ad commit 2b48b1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.0.5 / 2012-08-07
==================

* add ability to tick by zero chunks - tick(0)
* fix ETA. Closes #4 [lwille]

0.0.4 / 2011-11-14
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/node-progress.js
Expand Up @@ -14,7 +14,7 @@ exports = module.exports = ProgressBar;
* Library version.
*/

exports.version = '0.0.4';
exports.version = '0.0.5';

/**
* Initialize a `ProgressBar` with the given
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "progress"
, "version": "0.0.4"
, "version": "0.0.5"
, "description": "Flexible ascii progress bar"
, "keywords": ["cli", "progress"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 2b48b1d

Please sign in to comment.