From 77cfb48056dc0210a060c187c59c90ad7ef0f2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Rodrigues=20Miguel?= Date: Wed, 26 May 2021 22:05:15 -0300 Subject: [PATCH] Release 0.1.5 --- Cargo.toml | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3a479d..2eaa1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouch" -version = "0.1.4" +version = "0.1.5" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2018" readme = "README.md" diff --git a/install.sh b/install.sh index a8a2ab1..e0bad68 100644 --- a/install.sh +++ b/install.sh @@ -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"