Skip to content

update to 8.2 #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/installers/BHoM_v8.2.beta.0.msi
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ <h1>
<a class="button-link noborder" href="https://github.com/BHoM"><span class="fab fa-github x2"></span>View on GitHub</a>
</div>
<div class="col right">
<a class="button-link noborder" href="/installer.html"><span class="fas fa-arrow-down x2"></span><!--<span class="new">New!</span>--> Download the 8.1.β.0 installer</a></button>
<a class="button-link noborder" href="/installer.html"><span class="fas fa-arrow-down x2"></span><!--<span class="new">New!</span>--> Download the 8.2.β.0 installer</a></button>
</div>
</div>
<div class="row s-and-lower">
<div class="col left">
<a class="button-link noborder" href="https://github.com/BHoM"><span class="fab fa-github x2"></span>View on GitHub</a>
</div>
<div class="col s-and-lower left">
<a class=" button-link noborder" href="/installer.html"><span class="fas fa-arrow-down x2"></span><!--<span class="new">New --><span>Download the 8.1.β.0 installer!</span></a>
<a class=" button-link noborder" href="/installer.html"><span class="fas fa-arrow-down x2"></span><!--<span class="new">New --><span>Download the 8.2.β.0 installer!</span></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion installer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down