diff --git a/executor/Cargo.lock b/executor/Cargo.lock index 2dfd24bd..3137472d 100644 --- a/executor/Cargo.lock +++ b/executor/Cargo.lock @@ -396,7 +396,7 @@ dependencies = [ [[package]] name = "chopsticks-executor" -version = "0.6.4" +version = "0.6.5" dependencies = [ "arrayvec 0.7.2", "console_error_panic_hook", diff --git a/executor/Cargo.toml b/executor/Cargo.toml index 455ac8a7..f0d6813f 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chopsticks-executor" -version = "0.6.4" +version = "0.6.5" description = "Chopsticks executor" repository = "https://github.com/AcalaNetwork/chopsticks" license = "Apache-2.0" diff --git a/executor/pkg/package.json b/executor/pkg/package.json index 2dcc2432..3ace00a4 100644 --- a/executor/pkg/package.json +++ b/executor/pkg/package.json @@ -1,7 +1,7 @@ { "name": "@acala-network/chopsticks-executor", "description": "Chopsticks executor", - "version": "0.6.4", + "version": "0.6.5", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/chopsticks/package.json b/packages/chopsticks/package.json index 70138a7f..0edca63f 100644 --- a/packages/chopsticks/package.json +++ b/packages/chopsticks/package.json @@ -1,6 +1,6 @@ { "name": "@acala-network/chopsticks", - "version": "0.6.4", + "version": "0.6.5", "author": "Bryan Chen ", "license": "Apache-2.0", "bin": "./chopsticks.js", diff --git a/packages/core/package.json b/packages/core/package.json index b28a73ec..d5aa7e1a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@acala-network/chopsticks-core", - "version": "0.6.4", + "version": "0.6.5", "main": "./lib/index.js", "types": "./lib/index.d.ts", "author": "Bryan Chen ", diff --git a/packages/testing/package.json b/packages/testing/package.json index af3dd005..2fd18262 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@acala-network/chopsticks-testing", - "version": "0.6.4", + "version": "0.6.5", "author": "Bryan Chen ", "license": "Apache-2.0", "scripts": {