Skip to content

Commit 8ca8efb

Browse files
committed
0.6.6
1 parent 908f0da commit 8ca8efb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

executor/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chopsticks-executor"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
description = "Chopsticks executor"
55
repository = "https://github.com/AcalaNetwork/chopsticks"
66
license = "Apache-2.0"

packages/chopsticks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"author": "Bryan Chen <[email protected]>",
55
"license": "Apache-2.0",
66
"bin": "./chopsticks.js",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks-core",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"author": "Bryan Chen <[email protected]>",

packages/testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/chopsticks-testing",
3-
"version": "0.6.5",
3+
"version":"0.6.6",
44
"author": "Bryan Chen <[email protected]>",
55
"license": "Apache-2.0",
66
"scripts": {

0 commit comments

Comments
 (0)