diff --git a/Cargo.toml b/Cargo.toml index c9677d1..175fb3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_sqlite_jsonb" -version = "0.0.1-alpha" +version = "0.1.0" authors = ["Ophir Lojkine"] categories = ["encoding"] description = "A Serializer and Deserializer for SQLite jsonb binary format"