chore: bump version to 2.0.14, add gitignore rules

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shankar0123
2026-03-28 21:56:48 -04:00
parent 397d2a1588
commit 5f81de3219
+1 -1
View File
@@ -69,7 +69,7 @@ export default function Layout() {
</nav> </nav>
<div className="px-5 py-3 border-t border-white/10 flex items-center justify-between"> <div className="px-5 py-3 border-t border-white/10 flex items-center justify-between">
<span className="text-[10px] text-brand-300/60 font-mono">v2.0.9</span> <span className="text-[10px] text-brand-300/60 font-mono">v2.0.14</span>
{authRequired && ( {authRequired && (
<button <button
onClick={logout} onClick={logout}