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