From 3273e58fb8fbb271d017cf031848b32c6c4922b6 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 13 Jun 2023 11:21:43 -0700 Subject: [PATCH] (cargo-release) version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac195b9..7c86cf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "fqtk" -version = "0.2.2-rc.1" +version = "0.2.2" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2b3f51d..b73fa48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Nils Homer " ] name = "fqtk" -version = "0.2.2-rc.1" +version = "0.2.2" edition = "2021" license = "MIT" readme = "README.md"