Skip to content

Commit 5b1bbb5

Browse files
committed
Release v0.3.3
1 parent 0bf7788 commit 5b1bbb5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
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_wasm/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_wasm"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Erik Vesteraas <[email protected]>"]
55
edition = "2018"
66
description = "WASM wrapper for json_typegen. Codegen from JSON samples."

json_typegen_web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Erik Vesteraas <[email protected]>",
33
"name": "json_typegen_web",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"repository": "https://github.com/evestera/json_typegen",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)