From 6c20e5e8673d2470a20e14adf067b68db6fee644 Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 13 May 2024 19:55:03 +0800 Subject: [PATCH] Bump version to 1.43.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3936502..1ee4c0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maturin-action", - "version": "1.42.2", + "version": "1.43.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maturin-action", - "version": "1.42.2", + "version": "1.43.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 50a1a44..32d1ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.42.2", + "version": "1.43.0", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": { @@ -37,4 +37,4 @@ "eslint-plugin-github": "^4.4.0", "prettier": "^2.8.8" } -} +} \ No newline at end of file