Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stablestud committed Nov 25, 2021
1 parent 64ac9bb commit 60d269e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion place_files_onto_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion src/bin/adsorber
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d269e

Please sign in to comment.