diff --git a/executor/Cargo.lock b/executor/Cargo.lock index 817fa4c1..fe498451 100644 --- a/executor/Cargo.lock +++ b/executor/Cargo.lock @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "chopsticks-executor" -version = "0.7.3" +version = "0.8.2" dependencies = [ "arrayvec 0.7.4", "console_error_panic_hook", diff --git a/executor/Cargo.toml b/executor/Cargo.toml index be10e6e1..780d355f 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chopsticks-executor" -version = "0.7.3" +version = "0.8.2" description = "Chopsticks executor" repository = "https://github.com/AcalaNetwork/chopsticks" license = "Apache-2.0" diff --git a/executor/package.json b/executor/package.json index 6a3fc514..bcb29d6c 100644 --- a/executor/package.json +++ b/executor/package.json @@ -1,7 +1,7 @@ { "name": "@acala-network/chopsticks-executor", "description": "Chopsticks executor", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/package.json b/package.json index 28a5a935..836c5a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chopsticks-monorepo", - "author": "Bryan Chen <xlchen1291@gmail.com>", + "author": "Acala Developers <hello@acala.network>", "license": "Apache-2.0", "packageManager": "yarn@3.5.0", "private": true, diff --git a/packages/chopsticks/package.json b/packages/chopsticks/package.json index 9f34ed8a..93e8cce0 100644 --- a/packages/chopsticks/package.json +++ b/packages/chopsticks/package.json @@ -1,7 +1,7 @@ { "name": "@acala-network/chopsticks", - "version": "0.8.1", - "author": "Bryan Chen <xlchen1291@gmail.com>", + "version": "0.8.2", + "author": "Acala Developers <hello@acala.network>", "license": "Apache-2.0", "bin": "./chopsticks.js", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index f197f6f2..0f11d364 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@acala-network/chopsticks-core", - "version": "0.8.1", - "author": "Bryan Chen <xlchen1291@gmail.com>", + "version": "0.8.2", + "author": "Acala Developers <hello@acala.network>", "license": "Apache-2.0", "scripts": { "clean": "rm -rf lib tsconfig.tsbuildinfo", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 160c2280..38188f50 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@acala-network/chopsticks-e2e", - "author": "Bryan Chen <xlchen1291@gmail.com>", + "author": "Acala Developers <hello@acala.network>", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/packages/testing/package.json b/packages/testing/package.json index 932e5600..0c555b08 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,7 +1,7 @@ { "name": "@acala-network/chopsticks-testing", - "version": "0.8.1", - "author": "Bryan Chen <xlchen1291@gmail.com>", + "version": "0.8.2", + "author": "Acala Developers <hello@acala.network>", "license": "Apache-2.0", "scripts": { "clean": "rm -rf lib tsconfig.tsbuildinfo",