chore: bump version to 1.4.7

This commit is contained in:
Linus Rath
2026-03-21 20:45:57 +01:00
parent f04b97d52a
commit 31eee4bab9
5 changed files with 25 additions and 4 deletions
+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.6";
const APP_VERSION = "1.4.7";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },