version test

This commit is contained in:
2026-03-05 16:23:24 -06:00
parent 75dde1b0d5
commit cf22eda1e9
+1 -1
View File
@@ -1101,7 +1101,7 @@ export const SettingsView: Component<{ setView?: (v: string) => void }> = (props
<Upload class="rotate-180" size={14} />
Check for Updates
</Button>
<p class="text-[0.5rem] font-mono text-muted-foreground/30 uppercase tracking-[0.2em]">Tasgrid v1.0.0</p>
<p class="text-[0.5rem] font-mono text-muted-foreground/30 uppercase tracking-[0.2em]">Tasgrid v1.0.1</p> {/* Versioning System: v[breaking update].[user-facing update].[patch/backend updated] */}
</footer>
</div>
);