Skip to content

Commit

Permalink
incresed to version 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed May 26, 2024
1 parent 20b757d commit 84002a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SucroseInfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AppVersion": "24.5.17.0",
"Version": "7.1.0",
"Version": "7.2.0",
"Title": "Neo Matrix",
"Thumbnail": "images/thumbnail.jpg",
"Preview": "images/preview.gif",
Expand Down
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.onload = function () {
//MARK: Update
const version = "v7.1.0";
const version = "v7.2.0";

checkForUpdates = async () => {
const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,6 @@
"tags" : [ "Sci-Fi", "Hacker", "Matrix", "Music" ],
"title" : "Neo Matrix",
"type" : "web",
"version" : 0,
"version" : 7,
"visibility" : "public"
}

0 comments on commit 84002a9

Please sign in to comment.