From c90912964e6db2ceeafe4a67b81ec361a7cd17d1 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 4 Jul 2021 16:13:43 +0800 Subject: [PATCH] Bump version to 1.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb4f3b9..f3c7d88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.12.1", + "version": "1.13.0", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {