diff --git a/Cargo.lock b/Cargo.lock index d0792c0..c8a8253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "dotagents" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index bbf3b66..bfcc6ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotagents" -version = "0.1.0" +version = "0.1.1" authors = ["Soorya U "] description = "An agent configuration manager and templater written in rust" repository = "https://github.com/soorya-u/dotagents"