bump cargo.toml version

This commit is contained in:
Tanner Sommers 2024-08-06 11:07:26 -05:00
parent 402ffd89a3
commit 77c5069ea7
2 changed files with 4 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@ -92,7 +92,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "app"
version = "0.1.0"
version = "0.1.3"
dependencies = [
"dirs",
"lazy_static",

View File

@ -1,9 +1,9 @@
[package]
name = "app"
version = "0.1.0"
version = "0.1.3"
description = "A Tauri App"
authors = ["you"]
license = ""
authors = ["SticksDev"]
license = "MIT"
repository = ""
default-run = "app"
edition = "2021"