diff --git a/package-lock.json b/package-lock.json index f9b987f..9433733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maturin-action", - "version": "1.14.2", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maturin-action", - "version": "1.14.2", + "version": "1.15.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index 7f02063..441c5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.14.2", + "version": "1.15.0", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {