diff --git a/README.md b/README.md index 906c943..167ce5b 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Gets the link that is being masked by a url shortner * Then cd into the cloned directory: ```cd Bash-Snippets``` -* Git checkout to the latest stable release ```git checkout v1.9.0``` +* Git checkout to the latest stable release ```git checkout v1.10.0``` * Run the guided install script with ```bash diff --git a/cheat/cheat b/cheat/cheat index 8569e37..d59cd00 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" search="0" insensitive="" diff --git a/cloudup/cloudup b/cloudup/cloudup index 2da86b1..c4d54c4 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" private="0" all="0" diff --git a/crypt/crypt b/crypt/crypt index fff98ed..e62da69 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" checkOpenSSL() diff --git a/currency/currency b/currency/currency index b9f80e0..8488c52 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/geo/geo b/geo/geo index bad5796..7eedf90 100755 --- a/geo/geo +++ b/geo/geo @@ -6,7 +6,7 @@ # Github: https://github.com/jakewmeyer # -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/install.sh b/install.sh index 3e88747..ae21c35 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" if [[ $# == 0 ]]; then diff --git a/movies/movies b/movies/movies index 32fd575..7050aab 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" configuredPython="" diff --git a/qrify/qrify b/qrify/qrify index 932f9a4..79f5c36 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/bin/bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.9.0" +currentVersion="1.10.0" multiline="0" diff --git a/short/short b/short/short index f9d7e25..96b1659 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" configuredPython="" diff --git a/stocks/stocks b/stocks/stocks index 69ec12b..a3f7fe4 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index 40438f1..b4649c1 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.0" +currentVersion="1.10.0" configuredClient="" configuredPython="" source ~/.bash_profile ## allows grabbing enviornment variable diff --git a/weather/weather b/weather/weather index ff8403c..d7cfd4b 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.9.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.10.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 LANG="${LANG:-en}" locale=$(echo $LANG | cut -c1-2) configuredClient="" diff --git a/ytview/ytview b/ytview/ytview index b34696f..67d254b 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]];then rm -rf $HOME/.cache/ytview/ ;fi player="" configuredClient="" -currentVersion="1.9.0" +currentVersion="1.10.0" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one