From b504f9fcd32984208a558614bab6058d390878b2 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Sun, 23 Jun 2024 00:22:52 -0400 Subject: [PATCH] Release 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6861aa..94c22ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "livesplit-one" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index d7af138..45af1da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-one" -version = "0.4.0" +version = "0.4.1" authors = ["Christopher Serr "] edition = "2021" build = "build.rs"