From 98bb35af3f76efd2611f603662ebe80654113cd5 Mon Sep 17 00:00:00 2001 From: ameknite Date: Sat, 16 Mar 2024 10:56:08 +0000 Subject: [PATCH] [0.1.4]: Update Attributions --- Cargo.lock | 2 +- attribution/self.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53060e5..4db88fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-cd-template" -version = "0.1.3" +version = "0.1.4" diff --git a/attribution/self.toml b/attribution/self.toml index bb6e41e..186ef58 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "rust-ci-cd-template" -version = "0.1.3" +version = "0.1.4" description = "A rust ci/cd template for github" license = "CC0-1.0 OR MIT OR Apache-2.0" repository = "https://github.com/ameknite/rust-ci-cd-template"