Skip to content

Commit 46d0739

Browse files
committed
updating version
1 parent d385128 commit 46d0739

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

web/assets/jsLogics/main.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Devices = []
2-
CurrentVersion = 0.21;
2+
CurrentVersion = 0.22;
33

44
// Debug
55
// CurrentVersion = 0.2
@@ -17,6 +17,10 @@ function onAppLoad() {
1717
eel.open_explorer();
1818
};
1919

20+
onRefreshClicked();
21+
onRefreshClicked();
22+
onRefreshClicked();
23+
2024
document.getElementById("versionInfo").innerText = `v${CurrentVersion}`
2125
checkForUpdates();
2226
}

0 commit comments

Comments
 (0)