fix - version number on sidebar

This commit is contained in:
Lalit Deore
2026-05-07 23:45:22 +05:30
parent 94677f6e20
commit a2d91c3cc3
+1 -1
View File
@@ -73,7 +73,7 @@ import AppExplorer from "./views/AppExplorer.jsx";
var globalUrl = window.location.origin; var globalUrl = window.location.origin;
// Change the Shuffle version on UI from here // Change the Shuffle version on UI from here
const SHUFFLE_VERSION = "2.2.0" const SHUFFLE_VERSION = "2.2.1"
// CORS used for testing purposes. Should only happen with specific port and http // CORS used for testing purposes. Should only happen with specific port and http
if (window.location.port === "3000") { if (window.location.port === "3000") {