Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evestera committed Jul 24, 2019
1 parent 0bf7788 commit 5b1bbb5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.2"
version = "0.3.3"
authors = ["Erik Vesteraas <erik@vestera.as>"]
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.2"
version = "0.3.3"
authors = ["Erik Vesteraas <erik@vestera.as>"]
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.2"
version = "0.3.3"
authors = ["Erik Vesteraas <erik@vestera.as>"]
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.2"
version = "0.3.3"
authors = ["Erik Vesteraas <erik@vestera.as>"]
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_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_typegen_wasm"
version = "0.3.2"
version = "0.3.3"
authors = ["Erik Vesteraas <erik@vestera.as>"]
edition = "2018"
description = "WASM wrapper for json_typegen. Codegen from JSON samples."
Expand Down
2 changes: 1 addition & 1 deletion json_typegen_web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Erik Vesteraas <erik@vestera.as>",
"name": "json_typegen_web",
"version": "0.3.2",
"version": "0.3.3",
"repository": "https://github.com/evestera/json_typegen",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 5b1bbb5

Please sign in to comment.