From 61d910d97577a72f79493e92822ca62fef97a29a Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Thu, 29 Jun 2017 17:56:25 -0400 Subject: [PATCH] Updating to 1.2.1 --- README.md | 2 +- crypt/crypt | 2 +- currency/currency | 2 +- install.sh | 2 +- movies/movies | 2 +- stocks/stocks | 2 +- weather/weather | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f6b0aa9..b8bc580 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Quick search that grabs relevant information about a movie * Then cd into the cloned directory: ```cd Bash-Snippets``` -* Git checkout to the latest stable release ```git checkout v1.2.0``` +* Git checkout to the latest stable release ```git checkout v1.2.1``` * Run the guided install script with ```bash diff --git a/crypt/crypt b/crypt/crypt index 7050eea..cd0c0bd 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.2.0" +currentVersion="1.2.1" ## uses openssl aes 256 cbc encryption to encrypt file salting it with password designated by user encrypt() diff --git a/currency/currency b/currency/currency index 594a935..30e97e3 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.2.0" +currentVersion="1.2.1" checkCurl() { diff --git a/install.sh b/install.sh index e26673e..0de3a51 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.2.0" +currentVersion="1.2.1" if [[ $# == 0 ]]; then diff --git a/movies/movies b/movies/movies index 6700dfd..09f46e3 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.2.0" +currentVersion="1.2.1" checkCurl() diff --git a/stocks/stocks b/stocks/stocks index 412d478..7e13031 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.2.0" +currentVersion="1.2.1" checkCurl() { diff --git a/weather/weather b/weather/weather index 522b5dc..4736601 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.2.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 +currentVersion="1.2.1" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 locale=$(echo $LANG | cut -c1-2)