Skip to content

Commit dcf0cf7

Browse files
committed
Release v0.4.1
1 parent 1100638 commit dcf0cf7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

json_typegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Erik Vesteraas <erik@vestera.as>"]
55
license = "MIT/Apache-2.0"
66
description = "Procedural macro that generates Rust types from JSON samples"

json_typegen_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_cli"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Erik Vesteraas <erik@vestera.as>"]
55
license = "MIT/Apache-2.0"
66
description = "Command line utility for generating Rust types from JSON samples"

json_typegen_demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_demo"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Erik Vesteraas <erik@vestera.as>"]
55
license = "MIT/Apache-2.0"
66
publish = false

json_typegen_shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_shared"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Erik Vesteraas <erik@vestera.as>"]
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json_typegen_wasm"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Erik Vesteraas <erik@vestera.as>"]
55
edition = "2018"
66
publish = false

json_typegen_web/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

json_typegen_web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Erik Vesteraas <erik@vestera.as>",
33
"name": "json_typegen_web",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"repository": "https://github.com/evestera/json_typegen",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)