From 68d321f3fca04b45668dc7bed806dd2b95fc06f7 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 26 Apr 2023 16:56:43 +0200 Subject: [PATCH] chore: Change version in Cargo.toml template --- shared/template/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/template/Cargo.toml b/shared/template/Cargo.toml index edfd0141..7b0fbd4b 100644 --- a/shared/template/Cargo.toml +++ b/shared/template/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-{{name}}" -version = "0.1.0" +version = "0.0.0" edition.workspace = true authors.workspace = true license.workspace = true