diff --git a/README.md b/README.md
index b1ccbf7..f4fc679 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Zero to Kubernetes development environment
***Kube-Solo App has a new home, it is now under https://github.com/TheNewNormal organisation***
-**Kube-Solo for Mac OS X** is a Mac Status bar App which works like a wrapper around the [corectl](https://github.com/TheNewNormal/corectl) command line tool (it makes easier to control [xhyve](https://github.com/mist64/xhyve) based VMs) and bootstraps Kubernetes on a standalone [CoreOS](https://coreos.com) VM machine.
+**Kube-Solo for Mac OS X** is a Mac Status bar App which works like a wrapper around the [corectl](https://github.com/TheNewNormal/corectl) command line tool (it makes easier to control [xhyve](https://github.com/xhyve-xyz/xhyve) based VMs) and bootstraps Kubernetes on a standalone [CoreOS](https://coreos.com) VM machine.
Includes [Helm](https://helm.sh) - The Kubernetes Package Manager
diff --git a/src/Kube-Solo/Kube-Solo-Info.plist b/src/Kube-Solo/Kube-Solo-Info.plist
index e19f6ba..9ef48fa 100644
--- a/src/Kube-Solo/Kube-Solo-Info.plist
+++ b/src/Kube-Solo/Kube-Solo-Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.4.1
+ 0.4.2
CFBundleSignature
????
CFBundleVersion
- 137
+ 139
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/src/bin/corectl b/src/bin/corectl
index e2b6745..997c02c 100755
Binary files a/src/bin/corectl and b/src/bin/corectl differ
diff --git a/src/functions.sh b/src/functions.sh
index 198f921..19a0d12 100755
--- a/src/functions.sh
+++ b/src/functions.sh
@@ -433,7 +433,6 @@ echo -e "$my_password\n" | sudo -Sv > /dev/null 2>&1
sudo "${res_folder}"/bin/corectl halt k8solo-01
# kill all other scripts
-pkill -f [K]ube-Solo.app/Contents/Resources/bin/corectl
pkill -f [K]ube-Solo.app/Contents/Resources/fetch_latest_iso.command
pkill -f [K]ube-Solo.app/Contents/Resources/update_k8s.command
pkill -f [K]ube-Solo.app/Contents/Resources/update_osx_clients_files.command