From 74cdb70e7919c90d998a4e6af2e55450c222f5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Stani=C5=A1evsk=C3=BD?= Date: Fri, 22 Oct 2021 11:38:01 +0200 Subject: [PATCH] Prepare initial release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ff1b18..a622ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "todo2issue", - "version": "0.4.0", + "version": "1.0.0", "description": "CLI tool for in-code TODO synchronization to GitHub issues", "main": "lib/index.js", "scripts": {