Skip to content

Commit 53335b6

Browse files
committed
Release v0.3.1
1 parent e6162ea commit 53335b6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

json_typegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Erik Vesteraas <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural macro that generates Rust types from JSON samples"

json_typegen_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Erik Vesteraas <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Command line utility for generating Rust types from JSON samples"

json_typegen_demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_demo"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Erik Vesteraas <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
publish = false

json_typegen_shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_shared"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Erik Vesteraas <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Codegen from JSON samples. Not intended to be used directly. See repository for the intended crates."

json_typegen_web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_web"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Erik Vesteraas <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)