diff --git a/Cargo.toml b/Cargo.toml index f93bbbe..039a765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hush" description = "Hush is a unix shell scripting language based on the Lua programming language" -version = "0.1.1" +version = "0.1.2" authors = ["gahag "] edition = "2018" homepage = "https://github.com/gahag/hush"