chore: update version to 1.2.4

This commit is contained in:
Linus Rath
2026-03-14 17:17:22 +01:00
parent f7bbab5e4a
commit 86673a7b45
6 changed files with 29 additions and 6 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.2.3";
const APP_VERSION = "1.2.4";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },