diff --git a/README.md b/README.md index 7d3e75a..cd13217 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,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.1.0``` +* Git checkout to the latest stable release ```git checkout v1.1.1``` * Run the guided install script with ```bash diff --git a/crypt/crypt b/crypt/crypt index 27c3c38..c915292 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.1.0" +currentVersion="1.1.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 2b3fe99..19d8d73 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.1.0" +currentVersion="1.1.1" ## Grabs the base currency from the user and validates it with all the possible currency ## types available on the API and guides user through input (doesnt take in arguments) getBase() diff --git a/install.sh b/install.sh index 50119f5..dc97a49 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.1.0" +currentVersion="1.1.1" if [[ $# == 0 ]]; then diff --git a/movies/movies b/movies/movies index c557ab2..61dce8c 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.1.0" +currentVersion="1.1.1" checkInternet() { diff --git a/stocks/stocks b/stocks/stocks index 9cdcef7..2fb405c 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.1.0" +currentVersion="1.1.1" checkInternet() { diff --git a/weather/weather b/weather/weather index b4876e2..0981e05 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.1.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.1.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 getIPWeather() {