Skip to content

Commit eb5e6c4

Browse files
committed
tada: update to 1.1.4
1 parent 2ab9297 commit eb5e6c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-consistent",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Give consistency to your project's git logs.",
55
"keywords": [
66
"git",

test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ test('--version', (t) => {
1010
.toString()
1111
.trim()
1212

13-
t.is(output, '1.1.3')
13+
t.is(output, '1.1.4')
1414
})

0 commit comments

Comments
 (0)