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"