From 60d269e61ff0fa34358413d117b73cef193b1158 Mon Sep 17 00:00:00 2001 From: stablestud Date: Thu, 25 Nov 2021 17:34:04 +0100 Subject: [PATCH] Bump version to v1.0.1 --- README.md | 2 +- place_files_onto_system.sh | 2 +- src/bin/adsorber | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc54a03..9070ae4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Adsorber -[![Latest version](https://img.shields.io/badge/latest-v1.0.0-brightgreen.svg)](https://github.com/stablestud/adsorber/releases) +[![Latest version](https://img.shields.io/badge/latest-v1.0.1-brightgreen.svg)](https://github.com/stablestud/adsorber/releases) [![License](https://img.shields.io/github/license/stablestud/adsorber.svg)](https://github.com/stablestud/adsorber/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/stablestud/adsorber.svg)](https://github.com/stablestud/adsorber/stargazers) diff --git a/place_files_onto_system.sh b/place_files_onto_system.sh index 10826e0..d7a529c 100755 --- a/place_files_onto_system.sh +++ b/place_files_onto_system.sh @@ -26,7 +26,7 @@ readonly log_file_path="/var/log/adsorber.log" # Resolve script directory. readonly script_dir_path="$(cd "$(dirname "${0}")" && pwd)" -readonly version="0.5.2" +readonly version="1.0.1" printLocation() { diff --git a/src/bin/adsorber b/src/bin/adsorber index e1b1239..76ff003 100755 --- a/src/bin/adsorber +++ b/src/bin/adsorber @@ -30,7 +30,7 @@ readonly log_file_path="/var/log/adsorber.log" -readonly version="1.0.0" +readonly version="1.0.1" readonly operation="${1}" if [ "${#}" -ne 0 ]; then