From 648872fa2ce6cd259293deb34d31285b5d633685 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 25 Aug 2021 17:33:33 +0800 Subject: [PATCH] Bump version to 1.14.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 f0c10dc..4b90942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "maturin-action", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.14.0", + "version": "1.14.1", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index 90d6e83..09eef5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.14.0", + "version": "1.14.1", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {