From a9cb77cf2dda90ef81630ffd8e6d8e0cd579915a Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:08:28 -0600 Subject: [PATCH] chore: Bump version in package files to v2.0.0 --- 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 7a913c9..7e68910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.5.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4ddeec2..e3eeab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-nextflow-action", - "version": "1.5.2", + "version": "2.0.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": {