From 7482c3c701515a40f72c39086c16837feec9cecf Mon Sep 17 00:00:00 2001 From: Brice Schaffner <67745584+ltshb@users.noreply.github.com> Date: Wed, 27 Oct 2021 15:45:55 +0200 Subject: [PATCH] Update version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a22fc24..1bb9481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-milestone-tag", - "version": "0.0.0", + "version": "1.0.0", "private": true, "description": "Github action to tag the repository with the milestone title", "main": "lib/main.js",