From e0970f91650a246926d5a0d20897ca91d3e17e78 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Thu, 13 Feb 2025 11:14:05 -0800 Subject: [PATCH] Next is 1.0.2 Signed-off-by: James R. Perkins --- 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 8972854..82437e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wildfly-nightly-download", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wildfly-nightly-download", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index efef386..da9f35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildfly-nightly-download", - "version": "1.0.1", + "version": "1.0.2", "description": "A GitHub Action to download a nightly build of WildFly or the nightly Maven Repository", "main": "index.js", "type": "module",