Release 0.1.5

This commit is contained in:
Vinícius Rodrigues Miguel 2021-05-26 22:05:15 -03:00
parent 57a3d231eb
commit 77cfb48056
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ouch"
version = "0.1.4"
version = "0.1.5"
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.1.4"
VERSION="0.1.5"
DOWNLOAD_LOCATION="/tmp/ouch"
INSTALLATION_LOCATION="/usr/bin/ouch"