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:
parent
a665490b14
commit
c4cbb64aa6
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue