From 5b891b9c01e920e3954f8ddc353757298307ac84 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Fri, 12 Apr 2024 14:47:18 +0200 Subject: [PATCH] Bump version for v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cea8c8..d65c6f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "sentry-tauri" readme = "README.md" repository = "https://github.com/timfish/sentry-tauri" -version = "0.2.0" +version = "0.3.0" [dependencies] base64 = "0.22"