diff --git a/Cargo.lock b/Cargo.lock index 0d5b1f0..3aaeaa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1623,7 +1623,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "yolk" -version = "0.0.5" +version = "0.0.6" dependencies = [ "assert_fs", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 25733dc..78b66cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "yolk" authors = ["ElKowar "] description = "Templated dotfile management without template files" -version = "0.0.5" +version = "0.0.6" edition = "2021" repository = "https://github.com/elkowar/yolk" homepage = "https://elkowar.github.io/yolk"