From d1e68c368dc714857c7a7d5851f89e12be1bb29e Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Fri, 31 May 2024 19:31:52 -0400 Subject: [PATCH] Release 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ccbbb6..602fa38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "livesplit-one" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 37fd573..b2ed083 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livesplit-one" -version = "0.3.0" +version = "0.3.1" authors = ["Christopher Serr "] edition = "2021" build = "build.rs"