Bump app version from 1.4.3 to 1.4.6

This commit is contained in:
Linus Rath
2026-03-21 03:29:17 +01:00
committed by GitHub
parent b88026de82
commit 8c9cf3a66b
+1 -1
View File
@@ -16,7 +16,7 @@ import { discoverOAuth, type OAuthMetadata } from "@/lib/oauth/discovery";
import { generateCodeVerifier, generateCodeChallenge, generateState } from "@/lib/oauth/pkce";
import { OAUTH_SCOPES } from "@/lib/oauth/tokens";
const APP_VERSION = "1.4.3";
const APP_VERSION = "1.4.6";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },