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"