Skip to content

Commit

Permalink
(cargo-release) version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Dec 23, 2021
1 parent e2c95b3 commit 587d22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ members = ["gxi-derive", "gxi-transpiler", "gxi-macros", "examples/web"]
[dependencies]
gxi-derive = { path = "gxi-derive", version = "^0.6.0", optional = true }
gxi-transpiler = { path = "gxi-transpiler", version = "^0.6.0", optional = true }
gxi-macros = { path = "gxi-macros", version = "^0.5.0", optional = true }
gxi-macros = { path = "gxi-macros", version = "^0.6.0", optional = true }

# web
wasm-bindgen = { version = "0.2.73", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gxi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gxi-macros"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
license = "MIT"
authors = ["aniketfuryrocks <[email protected]>"]
Expand Down

0 comments on commit 587d22f

Please sign in to comment.