diff --git a/Cargo.lock b/Cargo.lock index 1611a7b..53060e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-cd-template" -version = "0.1.2" +version = "0.1.3" diff --git a/attribution/self.toml b/attribution/self.toml index 6059ad3..bb6e41e 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,5 +1,6 @@ [self] name = "rust-ci-cd-template" -version = "0.1.2" +version = "0.1.3" 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"