Skip to content

Commit 84002a9

Browse files
committed
incresed to version 7.2.0
1 parent 20b757d commit 84002a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SucroseInfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AppVersion": "24.5.17.0",
3-
"Version": "7.1.0",
3+
"Version": "7.2.0",
44
"Title": "Neo Matrix",
55
"Thumbnail": "images/thumbnail.jpg",
66
"Preview": "images/preview.gif",

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
window.onload = function () {
22
//MARK: Update
3-
const version = "v7.1.0";
3+
const version = "v7.2.0";
44

55
checkForUpdates = async () => {
66
const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,6 @@
904904
"tags" : [ "Sci-Fi", "Hacker", "Matrix", "Music" ],
905905
"title" : "Neo Matrix",
906906
"type" : "web",
907-
"version" : 0,
907+
"version" : 7,
908908
"visibility" : "public"
909909
}

0 commit comments

Comments
 (0)