diff --git a/package.json b/package.json index b075c47..1bb395d 100644 --- a/package.json +++ b/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", diff --git a/test/index.test.js b/test/index.test.js index 9981d88..f2e3817 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -10,5 +10,5 @@ test('--version', (t) => { .toString() .trim() - t.is(output, '1.1.3') + t.is(output, '1.1.4') })