chore: bump version to 1.4.2

This commit is contained in:
Linus Rath
2026-03-19 01:38:23 +01:00
parent 2793d4b4af
commit fb8c9db716
8 changed files with 81 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.4.1";
const APP_VERSION = "1.4.2";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },