From 2d53fc925a78ca681771a9cabc1961ede225270e Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 4 May 2021 19:42:19 +0800 Subject: [PATCH] Bump version to v1.5.2 --- 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 59de8f8..5ffb2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "maturin-action", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index 0d93433..527463d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.5.1", + "version": "1.5.2", "description": "GitHub Action to install and run a custom maturin command", "main": "index.ts", "scripts": {