diff --git a/README.md b/README.md
index a31db45c..d93da1b9 100644
--- a/README.md
+++ b/README.md
@@ -296,7 +296,7 @@ sparrow plg install [tool]
* Then cd into the cloned directory: ```cd Bash-Snippets```
-* Git checkout to the latest stable release ```git checkout v1.15.2```
+* Git checkout to the latest stable release ```git checkout v1.16.0```
* Run the guided install script with
```bash
diff --git a/changelog.md b/changelog.md
index c15e6e78..55bacd9d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,17 @@
# Bash-Snippets Changelog
+## Version 1.16.0
+
+
+
+### Changes
+* Added cryptocurrency component
+* Added newton component
+* Changed WAN Call in geo
+
+
+
## Version 1.15.2
diff --git a/cheat/cheat b/cheat/cheat
index 10d8cd92..0ca64f25 100755
--- a/cheat/cheat
+++ b/cheat/cheat
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
## rest of these variables are search flags
search="0"
diff --git a/cloudup/cloudup b/cloudup/cloudup
index 84321dcd..ae07ca18 100755
--- a/cloudup/cloudup
+++ b/cloudup/cloudup
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
private="0" ## state of private flag
all="0" ## state of all flag
diff --git a/crypt/crypt b/crypt/crypt
index e1f43de2..b813ca6f 100755
--- a/crypt/crypt
+++ b/crypt/crypt
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
state=""
configuredClient=""
diff --git a/cryptocurrency/cryptocurrency b/cryptocurrency/cryptocurrency
index b0924503..5caa6117 100755
--- a/cryptocurrency/cryptocurrency
+++ b/cryptocurrency/cryptocurrency
@@ -3,7 +3,7 @@
base=""
exchangeTo=""
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one
diff --git a/currency/currency b/currency/currency
index c86d5086..87a8c1f7 100755
--- a/currency/currency
+++ b/currency/currency
@@ -3,7 +3,7 @@
base=""
exchangeTo=""
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one
diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps
index d3443697..366fa8ce 100755
--- a/extras/Linux/maps/maps
+++ b/extras/Linux/maps/maps
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
directionsFlag="0"
directionsMapFlag="0"
diff --git a/geo/geo b/geo/geo
index eb4a7b1a..eee2ee3e 100755
--- a/geo/geo
+++ b/geo/geo
@@ -4,7 +4,7 @@
# Author: Jake Meyer
# Github: https://github.com/jakewmeyer
-currentVersion="1.15.2"
+currentVersion="1.16.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 8a9c00b8..3e6e4460 100755
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
declare -a tools=(currency cryptocurrency stocks weather newton crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
declare -a extraLinuxTools=(maps)
declare -a extraDarwinTools
diff --git a/movies/movies b/movies/movies
index abc04562..bcc0b8bf 100755
--- a/movies/movies
+++ b/movies/movies
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
configuredPython=""
detail=false
diff --git a/newton/newton b/newton/newton
index 530850bc..e86b7cd3 100755
--- a/newton/newton
+++ b/newton/newton
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
declare -a simpleOperations=(simplify factor derive integrate zeroes roots tangent area cos sin tan arccos arcsin arctan abs log)
diff --git a/qrify/qrify b/qrify/qrify
index e1676b25..23143ae6 100755
--- a/qrify/qrify
+++ b/qrify/qrify
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos
-currentVersion="1.15.2"
+currentVersion="1.16.0"
multiline="0" # flag that indicates multiline option
diff --git a/short/short b/short/short
index 97b412c3..5cf12667 100755
--- a/short/short
+++ b/short/short
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
configuredPython=""
diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers
index a37410c3..31a33e78 100755
--- a/siteciphers/siteciphers
+++ b/siteciphers/siteciphers
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
DELAY=1
configuredClient=""
-currentVersion="1.15.2"
+currentVersion="1.16.0"
checkOpenSSL()
{
diff --git a/stocks/stocks b/stocks/stocks
index 20e61111..cbbf9238 100755
--- a/stocks/stocks
+++ b/stocks/stocks
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
configuredPython=""
diff --git a/taste/taste b/taste/taste
index 20446956..7f657f17 100755
--- a/taste/taste
+++ b/taste/taste
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
configuredPython=""
source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable
diff --git a/todo/todo b/todo/todo
index 8cc83888..a6babca3 100755
--- a/todo/todo
+++ b/todo/todo
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
flag=""
-currentVersion="1.15.2"
+currentVersion="1.16.0"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one
diff --git a/weather/weather b/weather/weather
index 52758af4..a1db7c30 100755
--- a/weather/weather
+++ b/weather/weather
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
-currentVersion="1.15.2" #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.16.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 14380b37..a20abf22 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.15.2"
+currentVersion="1.16.0"
flag=""
## This function determines which http get tool the system has installed and returns an error if there isnt one