Skip to content

Commit

Permalink
release: 0.7.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest authored Oct 4, 2023
1 parent d071c8c commit 6d74e06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-sandbox-utils"
version = "0.6.3"
version = "0.7.0"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/sandbox"
Expand All @@ -14,7 +14,6 @@ tokio = { version = "1", features = ["process"] }
binary-install = "0.2.0"
chrono = "0.4"
fs2 = "0.4"
hex = "0.4"
home = "0.5.5"

[features]
Expand Down
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-sandbox",
"version": "0.0.16",
"version": "0.0.17",
"description": "CLI tool for testing NEAR smart contracts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,4 +35,4 @@
"dist/*.ts",
"dist/*.js"
]
}
}

0 comments on commit 6d74e06

Please sign in to comment.