From 7dc5439ce3a804e4487d4206686e25fc7e3f67bd Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Sun, 28 May 2023 10:32:59 +0200 Subject: [PATCH] build: version incremented to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f18b88..99f24af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-release-on-version-bump", - "version": "1.0.0", + "version": "1.0.1", "description": "A GitHub action that verifies if the version in package.json file is incremented. If yes, it creates a new release for the new version, if not it fails", "main": "dist/index.js", "scripts": {