From 56d7f33daca920c4e3aff975da1db2051a2bb8c2 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 19 May 2023 13:19:36 -0500 Subject: [PATCH] chore: Upgrade package version number --- 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 68559a1..8f07cca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 466e473..d3bf27b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.2.0", + "version": "1.3.0", "description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.", "main": "lib/src/main.js", "scripts": {