diff --git a/Cargo.toml b/Cargo.toml index 44ee86f..20f02e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crit" description = "Rust cross-compiler" -version = "0.0.4" +version = "0.0.5" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/crit" diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ff237f7..287dd3c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -35,6 +35,6 @@ $ cargo audit # PORT ```console -$ crit -b crit-0.0.4 -$ sh -c "cd .crit/bin && zip -r crit-0.0.4.zip crit-0.0.4" +$ crit -b crit-0.0.5 +$ sh -c "cd .crit/bin && zip -r crit-0.0.5.zip crit-0.0.5" ```