From c4cbb64aa60ad894e6ae5a5b42bf5110fa5bb00b Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Tue, 28 Nov 2023 00:21:54 +1100 Subject: [PATCH] Update version and description in Cargo.toml Updated the version from '0.0.0' to '0.0.1' in package info of the Cargo.toml file. Furthermore, refined the description from 'A Tauri App' to 'File Browser'. This change was done to reflect the new version release and provide a more appropriate description of the app. --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 38c0455..bbb962c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "file-browser" -version = "0.0.0" -description = "A Tauri App" +version = "0.0.1" +description = "File Browser" authors = ["you"] license = "" repository = ""