Skip to content

Commit

Permalink
Bumped to version 0.0.2
Browse files Browse the repository at this point in the history
Added tests
  • Loading branch information
daviesgeek committed Feb 4, 2016
1 parent dbc2c3d commit 7292927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Simple module for git revision information
* @author Matthew Davies <matthew@daviesgeek.com>
* @version 0.0.1
* @version 0.0.2
*/

// Get the necessary process stuff
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-revision",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple node module for git revision information",
"main": "index.js",
"author": "Matthew Davies <matthew@daviesgeek.com> (http://daviesgeek.com/)",
Expand Down

0 comments on commit 7292927

Please sign in to comment.