diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index abee7e758..d85819b89 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.5.0" +version = "0.5.1" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" @@ -32,4 +32,4 @@ tauri-utils = {version = "0.5", path = "../tauri-utils"} [dev-dependencies] quickcheck = "0.9.2" quickcheck_macros = "0.9.1" -totems = "0.2.7" \ No newline at end of file +totems = "0.2.7"