From b1ab722470df69221656b61632fe001fa8b54793 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Sun, 9 Jun 2024 22:48:54 -0400 Subject: [PATCH] Release 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a381eb..21921fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "livesplit-one" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b793b90..a90c4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-one" -version = "0.3.2" +version = "0.3.3" authors = ["Christopher Serr "] edition = "2021" build = "build.rs"