We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba96828 commit d724de1Copy full SHA for d724de1
src/startup.js
@@ -23,7 +23,7 @@ if(!window.WebAssembly) {//if no web assembly
23
//start message
24
console.log("Welcome to Browser Linux");
25
//version
26
-window.version = 1.4; //buildroot 2022.8
+window.version = 1.5; //buildroot 2023.2
27
//parse url
28
var url = window.location.search.substring(1);
29
window.params = new URLSearchParams(url);
0 commit comments