From 9c7a51c84d20e81447173554cd503b0a614f7f3f Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Wed, 13 Mar 2024 20:12:37 +0100 Subject: [PATCH] fix: version --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b659fcc..275164e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3008,7 +3008,7 @@ dependencies = [ [[package]] name = "tauri-by-simon" -version = "0.1.28" +version = "0.1.32" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e7214f4..8c69ad6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-by-simon" -version = "0.1.28" +version = "0.1.32" description = "My unofficial opinionated articles on using Tauri" authors = ["Simon Hyll "] license = ""