From fabe014ffb8a9d588006e90cf66b440006c159f9 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Nazari <60518834+IPdotSetAF@users.noreply.github.com> Date: Thu, 9 May 2024 14:25:41 +0330 Subject: [PATCH] increased version number --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c0d6245..65252db 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ window.onload = function () { //MARK: Update - const version = "v6.0.0"; + const version = "v7.0.0"; checkForUpdates = async () => { const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';