diff --git a/package-lock.json b/package-lock.json index 94df0fa..701d484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maturin-action", - "version": "1.32.2", + "version": "1.33.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maturin-action", - "version": "1.32.2", + "version": "1.33.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 465ffb2..bed18c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.32.2", + "version": "1.33.0", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {