Bumping version to 0.3.1

This commit is contained in:
João M. Bezerra 2021-11-02 17:27:02 -03:00
parent 486e0da82a
commit 036afe668b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -299,7 +299,7 @@ dependencies = [
[[package]] [[package]]
name = "ouch" name = "ouch"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"atty", "atty",
"bzip2", "bzip2",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ouch" name = "ouch"
version = "0.3.0" version = "0.3.1"
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"] authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"

View File

@ -1,7 +1,7 @@
#! /usr/bin/sh #! /usr/bin/sh
# Needs to be updated each version bump # Needs to be updated each version bump
VERSION="0.3.0" VERSION="0.3.1"
DOWNLOAD_LOCATION="/tmp/ouch-binary" DOWNLOAD_LOCATION="/tmp/ouch-binary"
INSTALLATION_LOCATION="/usr/local/bin/ouch" INSTALLATION_LOCATION="/usr/local/bin/ouch"