From 07b0adf97935d2936fe5ed1f73fdbe7527ee8573 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:13:59 -0400 Subject: [PATCH] chore: set version as 1.0.0 in Cargo.toml --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6ffebaa..93c1016 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv-easy-installer" -version = "0.1.0" +version = "1.0.0" description = "An easy installer for Windows devices to download the latest release of qsv and access it from PATH." authors = ["datHere"] edition = "2021"