diff --git a/Cargo.lock b/Cargo.lock index e661588..57e82bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "ouch" -version = "0.3.0" +version = "0.3.1" dependencies = [ "atty", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index ea7c98a..f2261a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouch" -version = "0.3.0" +version = "0.3.1" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2018" readme = "README.md" diff --git a/install.sh b/install.sh index 9a3c06d..f6f4f30 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #! /usr/bin/sh # Needs to be updated each version bump -VERSION="0.3.0" +VERSION="0.3.1" DOWNLOAD_LOCATION="/tmp/ouch-binary" INSTALLATION_LOCATION="/usr/local/bin/ouch"