From b8ae985a7c6227659a271bdce89fe433b504a415 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Tue, 8 Jul 2025 12:56:57 +0200 Subject: [PATCH] release v1.0.1 --- dist/chunk1.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/chunk1.js b/dist/chunk1.js index 801a546..9d5a391 100644 --- a/dist/chunk1.js +++ b/dist/chunk1.js @@ -19828,7 +19828,7 @@ var core = __toESM(require_core()); // package.json var package_default = { name: "crates-io-auth-action", - version: "1.0.0", + version: "1.0.1", description: "Get a temporary access token that you can use to interact with crates.io.", private: true, scripts: { diff --git a/package.json b/package.json index cb8dadd..4cbaa49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crates-io-auth-action", - "version": "1.0.0", + "version": "1.0.1", "description": "Get a temporary access token that you can use to interact with crates.io.", "private": true, "scripts": {