From 00544bf22e7b45ca8bdbccc8f8f573c91144f225 Mon Sep 17 00:00:00 2001 From: Bellangelo Date: Sun, 25 Aug 2024 03:12:02 +0300 Subject: [PATCH] Production ready! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8592bfa..7893111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "replace-keywords-action", - "version": "0.0.1", + "version": "1.0.0", "description": "A GitHub Action to replace :compliment: and :insult: in comments", "author": "Aggelos Bellos", "main": "src/index.js",