From c4fb7bfc75bb52baf59a7562b4024815ca94f8b3 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:44:39 -0600 Subject: [PATCH] chore: bump version in package json files --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f09548b..85ae7c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 916306d..1b802e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.5.0", + "version": "1.5.1", "description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.", "main": "lib/src/main.js", "scripts": {