Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evestera committed Feb 4, 2019
1 parent e6162ea commit 53335b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion json_typegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_typegen"
version = "0.3.0"
version = "0.3.1"
authors = ["Erik Vesteraas <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Procedural macro that generates Rust types from JSON samples"
Expand Down
2 changes: 1 addition & 1 deletion json_typegen_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_typegen_cli"
version = "0.3.0"
version = "0.3.1"
authors = ["Erik Vesteraas <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Command line utility for generating Rust types from JSON samples"
Expand Down
2 changes: 1 addition & 1 deletion json_typegen_demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_typegen_demo"
version = "0.3.0"
version = "0.3.1"
authors = ["Erik Vesteraas <[email protected]>"]
license = "MIT/Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion json_typegen_shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_typegen_shared"
version = "0.3.0"
version = "0.3.1"
authors = ["Erik Vesteraas <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Codegen from JSON samples. Not intended to be used directly. See repository for the intended crates."
Expand Down
2 changes: 1 addition & 1 deletion json_typegen_web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_typegen_web"
version = "0.3.0"
version = "0.3.1"
authors = ["Erik Vesteraas <[email protected]>"]
license = "MIT/Apache-2.0"
publish = false
Expand Down

0 comments on commit 53335b6

Please sign in to comment.