From debff71e0c2635fdecd395f63acc456ec5b4280c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Dec 2024 02:44:40 +0000 Subject: [PATCH] chore: bump version to v0.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1ae2e1..91fc09e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "rustacean-authorship-action" -version = "0.0.0" +version = "0.0.1" dependencies = [ "anyhow", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 53f4288..999171d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustacean-authorship-action" -version = "0.0.0" +version = "0.0.1" edition = "2021" [dependencies]