diff --git a/Cargo.lock b/Cargo.lock index 0c039ae..5b0827e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,7 +500,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "onecfg" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6a529e4..ddfd706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onecfg" -version = "0.3.0" +version = "0.3.1" authors = ["Clemens Akens"] edition = "2021" description = "One config file to generate them all."