chore(version): up version to 2.2.0 CRM

This commit is contained in:
Sagnik
2026-04-18 21:48:14 +05:30
parent 954618c3ef
commit 274e17bf35
17 changed files with 17705 additions and 281 deletions

View File

@@ -618,7 +618,7 @@ function AboutSection() {
<h4 className="text-white font-semibold text-lg mb-1">Velocity WebOS</h4>
<p className="text-sm mb-4" style={{ color: 'hsl(var(--muted-fg))' }}>Real Estate Operating System</p>
<div className="flex items-center justify-center gap-2 text-xs mb-6" style={{ color: 'hsl(var(--subtle-fg))' }}>
<span>Version 2.1.0</span>
<span>Version 2.2.0 CRM</span>
<span></span>
<span>{token ? 'Authenticated session active' : 'No active session'}</span>
</div>

View File

@@ -189,7 +189,7 @@ export const useStore = create<StoreState>()(
isConnected: false,
serverStatus: 'syncing',
lastSync: new Date(),
version: '2.1.0',
version: '2.2.0 CRM',
},
updateStatus: (status) => set((state) => ({
status: { ...state.status, ...status },