From e701bcda231076ec6d2585ae2397d60231bc1cf7 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 25 May 2021 04:02:34 +0000 Subject: [PATCH] Bump version to 1.12.0 --- 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 44cb4bd..e65357c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "maturin-action", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.11.1", + "version": "1.12.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index d9c8269..a6a09d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.11.1", + "version": "1.12.0", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {