From 1a2c31625972870ce2df56bd3045ed79edd0fee8 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 25 Sep 2022 21:15:18 +0800 Subject: [PATCH] Bump version to 1.30.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 6505ac0..a5df0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maturin-action", - "version": "1.30.0", + "version": "1.30.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maturin-action", - "version": "1.30.0", + "version": "1.30.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 324af54..c1b21e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.30.0", + "version": "1.30.1", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {