generated from nhcarrigan/template
feat: update supported CLI version to 2.1.131 (#266)
Bumps the audited CLI version constant now that all v2.1.105-v2.1.131 changelog items have been implemented or triaged.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import { invoke } from "@tauri-apps/api/core";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import { onMount } from "svelte";
|
import { onMount } from "svelte";
|
||||||
|
|
||||||
const SUPPORTED_CLI_VERSION = "2.1.104";
|
const SUPPORTED_CLI_VERSION = "2.1.131";
|
||||||
|
|
||||||
let installedVersion = $state("Loading...");
|
let installedVersion = $state("Loading...");
|
||||||
let latestNpmVersion = $state<string | null>(null);
|
let latestNpmVersion = $state<string | null>(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user