Skip to content

Commit

Permalink
chore: prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed May 18, 2022
1 parent 1971281 commit 11cb514
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ keywords = ["WebAssembly", "Wasm", "wit", "WasmInterfaceTypes"]
license = "MIT"
name = "witme"
repository = "https://github.com/ahalabs/witme"
version = "0.3.0"
version = "0.3.1"

[dependencies]
## local
near-sdk-witgen = {path = "./crates/near-sdk", version = "0.0.1"}
near-sdk-witgen = {path = "./crates/near-sdk", version = "0.0.2"}
wit-bindgen-gen-ts-near = {path = "crates/gen-ts-near", version = "0.3.0"}

## wasm/wit related
Expand Down
2 changes: 1 addition & 1 deletion crates/near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "near-sdk-witgen"
repository = "https://github.com/ahalabs/witme"
version = "0.0.1"
version = "0.0.2"

[dependencies]
proc-macro2 = { version = "1.0.32", features = ["span-locations"] }
Expand Down

0 comments on commit 11cb514

Please sign in to comment.