Skip to content

Commit d724de1

Browse files
committed
updated version
1 parent ba96828 commit d724de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/startup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(!window.WebAssembly) {//if no web assembly
2323
//start message
2424
console.log("Welcome to Browser Linux");
2525
//version
26-
window.version = 1.4; //buildroot 2022.8
26+
window.version = 1.5; //buildroot 2023.2
2727
//parse url
2828
var url = window.location.search.substring(1);
2929
window.params = new URLSearchParams(url);

0 commit comments

Comments
 (0)