diff --git a/Cargo.toml b/Cargo.toml index 8048e1e..bfcc801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rediSQL" -version = "1.0.1" +version = "1.0.2" authors = ["Simone Mosciatti "] [lib] diff --git a/redisql_lib/Cargo.toml b/redisql_lib/Cargo.toml index 86fba9f..c4b77e5 100644 --- a/redisql_lib/Cargo.toml +++ b/redisql_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redisql_lib" -version = "0.5.3" +version = "0.5.4" authors = ["Simone Mosciatti "] [build-dependencies]