Skip to content

Commit 6b39475

Browse files
authored
Update remote version URL to main branch
1 parent c3cdae8 commit 6b39475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ closeHelp.onclick = () => {
932932
};
933933

934934
const LOCAL_VERSION = "2";
935-
const REMOTE_VERSION_URL = "https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/Beta/version.txt";
935+
const REMOTE_VERSION_URL = "https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/main/version.txt";
936936

937937
let latestRemoteVersion = null;
938938

0 commit comments

Comments
 (0)