Skip to content

Commit

Permalink
tada: upgrade to v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isuke committed Mar 7, 2018
1 parent ad79a60 commit a69d090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-consistent
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const genConfig = require('./lib/gen-config')
const templateFileName = '.gitcommit_template'
const definitionsFileName = '.git_consistent'

const version = '0.8.0'
const version = '0.8.5'

//
// Functions
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-consistent",
"version": "0.8.0",
"version": "0.8.5",
"description": "Give consistency to your project git logs.",
"bin": {
"git-consistent": "git-consistent"
Expand Down

0 comments on commit a69d090

Please sign in to comment.