diff --git a/Cargo.toml b/Cargo.toml index b875fc9..5bfcd94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,11 @@ authors = ["ImJeremyHe"] edition = "2018" name = "gents" -version = "0.3.0" +version = "0.3.1" license = "MIT" description = "generate typescript interfaces from rust code" repository = "https://github.com/proclml/LogiSheets/tree/master/crates/gents" keywords = ["typescript", "interface"] [dev-dependencies] -gents_derives = {version = "0.3.0", path = "./derives"} +gents_derives = {version = "0.3.1", path = "./derives"} diff --git a/derives/Cargo.toml b/derives/Cargo.toml index bc43431..8d6ba41 100644 --- a/derives/Cargo.toml +++ b/derives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gents_derives" -version = "0.3.0" +version = "0.3.1" description = "provides some macros for gents" authors = ["ImJeremyHe"] license = "MIT"