generated from nhcarrigan/template
feat: CLI v2.1.81–v2.1.104 support #261
@@ -2,7 +2,7 @@
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
import { onMount } from "svelte";
|
||||
|
||||
const SUPPORTED_CLI_VERSION = "2.1.80";
|
||||
const SUPPORTED_CLI_VERSION = "2.1.104";
|
||||
|
||||
let installedVersion = $state("Loading...");
|
||||
let latestNpmVersion = $state<string | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user