Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
piakushin committed Dec 20, 2022
1 parent 030dc4f commit 481df7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nft-benefits-vault"
version = "0.1.0"
version = "0.2.0"
authors = ["Pavel Iakushin <[email protected]>"]
edition = "2021"

Expand All @@ -16,8 +16,8 @@ panic = "abort"
overflow-checks = true

[dependencies]
near-sdk = "4.0"
near-contract-standards = "4.0"
near-sdk = "4.1"
near-contract-standards = "4.1"
serde = "1.0"

[dev-dependencies]
Expand Down
Binary file modified dist/nft_benefits_vault.wasm
Binary file not shown.

0 comments on commit 481df7d

Please sign in to comment.