From a2d91c3cc36c1302ae70e7d417465dcbe08b97cb Mon Sep 17 00:00:00 2001 From: Lalit Deore Date: Thu, 7 May 2026 23:45:22 +0530 Subject: [PATCH] fix - version number on sidebar --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 971d278b..ae0a46df 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -73,7 +73,7 @@ import AppExplorer from "./views/AppExplorer.jsx"; var globalUrl = window.location.origin; // 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 if (window.location.port === "3000") {