Skip to content

Commit

Permalink
Update links on website related to Moonshine-IDE 3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzarzycki21 committed Nov 14, 2024
1 parent ac63390 commit 29839dc
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _includes/mega-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<td>MacOS (Direct Download)</td>
<td class="center">
<a
href="https://moonshine-ide.com/downloads/releases/macos/Moonshine-3.3.4.pkg"
href="https://moonshine-ide.com/downloads/releases/macos/Moonshine-3.4.0.pkg"
target="_blank"
>
<i class="material-icons">file_download</i>
Expand Down Expand Up @@ -65,7 +65,7 @@
<td>Windows</td>
<td class="center">
<a
href="https://moonshine-ide.com/downloads/releases/windows/Moonshine-3.3.4.exe"
href="https://moonshine-ide.com/downloads/releases/windows/Moonshine-3.4.0.exe"
>
<i class="material-icons">file_download</i>
</a>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h3>Engage. Contribute. Innovate.</h3>
downloadButtons.forEach((button) => {
button.setAttribute(
"href",
"https://moonshine-ide.com/downloads/releases/windows/Moonshine-3.3.4.exe"
"https://moonshine-ide.com/downloads/releases/windows/Moonshine-3.4.0.exe"
);
button.setAttribute("target", "_blank");
});
Expand All @@ -294,7 +294,7 @@ <h3>Engage. Contribute. Innovate.</h3>
downloadButtons.forEach((button) => {
button.setAttribute(
"href",
"https://moonshine-ide.com/downloads/releases/macos/Moonshine-3.3.4.pkg"
"https://moonshine-ide.com/downloads/releases/macos/Moonshine-3.4.0.pkg"
);
});
// Set button text to Mac OS
Expand Down
24 changes: 24 additions & 0 deletions pages/download-moonshine.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,30 @@ <h3>Download Moonshine IDE</h3>
<td>Windows</td>
</tr>

<tr>
<td>3.4.0 (Stable)</td>
<td>
[
<a
target="_blank"
href="https://moonshine-ide.com/downloads/releases/macos/Moonshine-3.4.0.pkg"
>
Download
</a>
]
</td>
<td>
[
<a
target="_blank"
href="https://moonshine-ide.com/downloads/releases/windows/Moonshine-3.4.0.exe"
>
Download
</a>
]
<br />
</td>
</tr>
<tr>
<td>3.3.4 (Stable)</td>
<td>
Expand Down
22 changes: 21 additions & 1 deletion pages/download-sdk-installer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,27 @@ <h3>Download Moonshine SDK Installer</h3>
<td><strong>SDK Installer for macOS</strong></td>
<td><strong>SDK Installer for Windows</strong></td>
</tr>

<tr>
<td>3.4.0 (Stable)</td>
<td>
4.6.0 (Stable) [
<a
href="https://moonshine-ide.com/downloads/msdki/macos/MoonshineSDKInstaller-4.6.0.pkg"
>
Download
</a>
]
</td>
<td>
4.6.0 (Stable) [
<a
href="https://moonshine-ide.com/downloads/msdki/windows/MoonshineSDKInstaller-4.6.0.exe"
>
Download
</a>
]
</td>
</tr>
<tr>
<td>3.3.4 (Stable)</td>
<td>
Expand Down

0 comments on commit 29839dc

Please sign in to comment.