Bump version 0.3.0

This commit is contained in:
João M. Bezerra 2021-11-02 09:49:49 -03:00
parent 4e2ea42962
commit 7ec9699385
2 changed files with 2 additions and 2 deletions

View File

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

View File

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