generated from nhcarrigan/template
chore: update supported CLI version constant to 2.1.80 (#229)
All blocking issues from the v2.1.75–v2.1.80 audit cycle have been addressed. Bumps SUPPORTED_CLI_VERSION from 2.1.74 to 2.1.80.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
import { onMount } from "svelte";
|
||||
|
||||
const SUPPORTED_CLI_VERSION = "2.1.74";
|
||||
const SUPPORTED_CLI_VERSION = "2.1.80";
|
||||
|
||||
let installedVersion = $state("Loading...");
|
||||
let latestNpmVersion = $state<string | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user