Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jul 9, 2022
1 parent e0f37c7 commit 8c98348
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/move-ts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "move-ts"
version = "0.1.3"
version = "0.2.0"
description = "Generates TypeScript code from a Move IDL."
homepage = "https://moving.wtf"
repository = "https://github.com/movingco/move-ts"
Expand Down
4 changes: 2 additions & 2 deletions crates/move-tsgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "move-tsgen"
version = "0.1.3"
version = "0.2.0"
description = "CLI for move-ts."
homepage = "https://moving.wtf"
repository = "https://github.com/movingco/move-ts"
Expand All @@ -22,7 +22,7 @@ json-cli = "0.1.0"
move-idl = "0.2.0"
serde_json = "1.0.79"
tokio = { version = "1.18.2", features = ["full"] }
move-ts = { version = "0.1.0", path = "../move-ts" }
move-ts = { version = "0.2.0", path = "../move-ts" }

[[bin]]
name = "move-tsgen"
Expand Down

0 comments on commit 8c98348

Please sign in to comment.