Skip to content

Commit

Permalink
tada: update to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
isuke committed Aug 31, 2023
1 parent 2ab9297 commit eb5e6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "git-consistent",
"version": "1.1.3",
"version": "1.1.4",
"description": "Give consistency to your project's git logs.",
"keywords": [
"git",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Expand Up @@ -10,5 +10,5 @@ test('--version', (t) => {
.toString()
.trim()

t.is(output, '1.1.3')
t.is(output, '1.1.4')
})

0 comments on commit eb5e6c4

Please sign in to comment.