From c556be9738f7718af23d6e8cf1123d07fbd3732b Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:53:24 +0530 Subject: [PATCH] 1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 248597c..0debf77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "publish-action", - "version": "0.2.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "publish-action", - "version": "0.2.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index 5104794..32cf591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-action", - "version": "0.2.1", + "version": "1.0.0", "description": "Update the major version tag (v1, v2, etc.) to point to the specified tag", "main": "lib/main.js", "scripts": {