From 5a4283ae0c7d3a02032315d88fc10d05ca1ef490 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Mon, 19 Aug 2024 15:33:07 -0700 Subject: [PATCH] (cargo-release) version 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 db9bdea..3916405 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "fqtk" -version = "0.3.1-rc.1" +version = "0.3.1" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7c6ba55..7b9f246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Nils Homer " ] name = "fqtk" -version = "0.3.1-rc.1" +version = "0.3.1" edition = "2021" license = "MIT" readme = "README.md"