From 0b27415d6e7cf94fa591f45ebdb77deb3c28a245 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 4 May 2021 12:23:29 +0800 Subject: [PATCH] Bump version to v1.4.1 --- 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 b958f80..1453677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "maturin-action", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index cd5e4d0..36f93a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.4.0", + "version": "1.4.1", "description": "GitHub Action to install and run a custom maturin command", "main": "index.ts", "scripts": {