Skip to content

Commit 70856fd

Browse files
committed
bump version
1 parent fd1cc5b commit 70856fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/js/main.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ document.addEventListener('DOMContentLoaded', function () {
1414
}
1515
}
1616

17+
1718
// close
1819
const close = document.querySelectorAll('.navbar-close');
1920
const backdrop = document.querySelectorAll('.navbar-backdrop');
@@ -58,15 +59,15 @@ document.addEventListener('DOMContentLoaded', function () {
5859
switch (OSName) {
5960
case "win":
6061
download.innerText = "Download for Windows";
61-
download.setAttribute("href", "https://github.com/lapce/lapce/releases/download/v0.1.3/Lapce-windows.msi")
62+
download.setAttribute("href", "https://github.com/lapce/lapce/releases/download/v0.2.0/Lapce-windows.msi")
6263
break;
6364
case "mac":
6465
download.innerText = "Download for macOS";
65-
download.setAttribute("href", "https://github.com/lapce/lapce/releases/download/v0.1.3/Lapce-macos.dmg")
66+
download.setAttribute("href", "https://github.com/lapce/lapce/releases/download/v0.2.0/Lapce-macos.dmg")
6667
break;
6768
case "linux":
6869
download.innerText = "Download for Linux";
69-
download.setAttribute("href", "https://github.com/lapce/lapce/releases/download/v0.1.3/Lapce-linux.tar.gz")
70+
download.setAttribute("href", "https://github.com/lapce/lapce/releases/download/v0.2.0/Lapce-linux.tar.gz")
7071
break;
7172
}
7273
});

0 commit comments

Comments
 (0)