From bf29f71bb61a4255c694b547948b62545cc8c200 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Mon, 10 Jun 2024 18:09:47 -0400 Subject: [PATCH] Release 0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21921fb..8eb7ded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "livesplit-one" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index a90c4ba..6a35fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-one" -version = "0.3.3" +version = "0.3.4" authors = ["Christopher Serr "] edition = "2021" build = "build.rs"