From eb5e6c4fd1ff089f9013c225d581f7b4930dcae8 Mon Sep 17 00:00:00 2001 From: isuke Date: Fri, 1 Sep 2023 02:33:11 +0900 Subject: [PATCH] tada: update to 1.1.4 --- package.json | 2 +- test/index.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') })