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.
This commit is contained in:
Ian Wijma 2023-11-28 00:21:54 +11:00
parent a665490b14
commit c4cbb64aa6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "file-browser" name = "file-browser"
version = "0.0.0" version = "0.0.1"
description = "A Tauri App" description = "File Browser"
authors = ["you"] authors = ["you"]
license = "" license = ""
repository = "" repository = ""