Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 70ee30c

Browse files
Woops
Forgot about a lil thing
1 parent 6faf4c0 commit 70ee30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/chrome/JS/updater.uc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
window.addEventListener("load", function () {
22

33
// Current SF version
4-
const currentSilverfoxVersion = "0.5.1";
4+
const currentSilverfoxVersion = "0.6";
55

66
// Function to compare version numbers
77
function compareVersions(localVersion, remoteVersion) {

0 commit comments

Comments
 (0)