From 5ee2c6d0ec32921b49ca6c6f51debe09621f9ad2 Mon Sep 17 00:00:00 2001 From: monilprajapati Date: Tue, 10 Feb 2026 19:27:05 +0530 Subject: [PATCH] Shuffle version bumped to 2.2.0 --- frontend/src/App.jsx | 6 +++++- frontend/src/components/Navbar.jsx | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 5ef7912f..29d3f00d 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -72,6 +72,9 @@ import AppExplorer from "./views/AppExplorer.jsx"; // Production - backend proxy forwarding in nginx var globalUrl = window.location.origin; +// Change the Shuffle version on UI from here +const SHUFFLE_VERSION = "2.2.0" + // CORS used for testing purposes. Should only happen with specific port and http if (window.location.port === "3000") { globalUrl = "http://localhost:5001"; @@ -350,6 +353,7 @@ const App = (message, props) => { {...props} /> */} { ) : (
- +
) } diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 18dc748c..5c836d25 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -748,7 +748,7 @@ const Navbar = (props) => { // isMobile, serverside, billingInfo, - + SHUFFLE_VERSION, notifications, } = props; @@ -2624,7 +2624,7 @@ const Navbar = (props) => { margin: 0 }} > - Version 2.0.2 + Version {SHUFFLE_VERSION}