diff --git a/Cargo.toml b/Cargo.toml index 9cf4dd9..0edf092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,11 @@ authors = ["ImJeremyHe"] edition = "2018" name = "gents" -version = "1.2.0" +version = "1.3.0" license = "MIT" -description = "generate Typescript interfaces from Rust code" +description = "generate TypeScript interfaces from Rust code" repository = "https://github.com/ImJeremyHe/gents" -keywords = ["Typescript", "interface", "ts-rs", "Rust", "wasm"] +keywords = ["TypeScript", "interface", "ts-rs", "Rust", "wasm"] [dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/derives/Cargo.toml b/derives/Cargo.toml index 3c908e7..1d15f71 100644 --- a/derives/Cargo.toml +++ b/derives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gents_derives" -version = "1.2.0" +version = "1.3.0" description = "provides some macros for gents" authors = ["ImJeremyHe"] license = "MIT"