Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed May 21, 2023
1 parent 36efcac commit df4d3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
authors = ["ImJeremyHe<[email protected]>"]
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"}
2 changes: 1 addition & 1 deletion derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gents_derives"
version = "0.3.0"
version = "0.3.1"
description = "provides some macros for gents"
authors = ["ImJeremyHe<[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit df4d3e1

Please sign in to comment.