From 2e424b98e1251b725d6064c5f1a9f854a33e5b88 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 23 Nov 2023 11:08:55 +0100 Subject: [PATCH] Bump version to v0.3.1 Signed-off-by: Johannes Schindelin --- 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 9599d88e..7285f737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "get-azure-pipelines-artifact", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "get-azure-pipelines-artifact", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index d29e4e52..a76f8482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-azure-pipelines-artifact", - "version": "0.3.0", + "version": "0.3.1", "private": true, "description": "Download an artifact from an Azure Pipeline", "main": "lib/main.js",