diff --git a/core/Cargo.toml b/core/Cargo.toml index 2c701bf..5bc4a63 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ormlite-core" -version = "0.22.2" +version = "0.22.3" edition = "2021" description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one." authors = ["Kurt Wolf "]