From 958951b33b5271c903f89fc844b51c5a6e15d981 Mon Sep 17 00:00:00 2001 From: Nathan Roach Date: Wed, 22 Feb 2023 15:53:10 -0700 Subject: [PATCH] chore: Release fqtk version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 736f400..ec4b112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "fqtk" -version = "0.2.1-rc.1" +version = "0.2.1" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5119f36..4d0ce68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Nils Homer " ] name = "fqtk" -version = "0.2.1-rc.1" +version = "0.2.1" edition = "2021" license = "MIT" readme = "README.md"