diff --git a/assets/installers/BHoM_v8.2.beta.0.msi b/assets/installers/BHoM_v8.2.beta.0.msi
new file mode 100644
index 0000000..14fd42c
Binary files /dev/null and b/assets/installers/BHoM_v8.2.beta.0.msi differ
diff --git a/index.html b/index.html
index 4576b50..2854919 100644
--- a/index.html
+++ b/index.html
@@ -98,7 +98,7 @@
View on GitHub
diff --git a/installer.html b/installer.html
index e4518f0..cde161b 100644
--- a/installer.html
+++ b/installer.html
@@ -3,7 +3,7 @@
(function redirect() {
//gtag('event', 'download', {'transport_type': 'beacon', 'event_action': 'click', 'event_category': 'download', 'event_label': 'installer'});
//gtag('event', 'page_view', {'transport_type': 'beacon'});
- window.location = "assets/installers/BHoM_v8.1.beta.0.msi";
+ window.location = "assets/installers/BHoM_v8.2.beta.0.msi";
setTimeout(function(){
window.location = "https://bhom.xyz/documentation";
}, 500);