Skip to content

Commit 0cff318

Browse files
authored
Merge pull request #262 from eval-exec/exec/upgrade-version
Upgrade ckb-light-client to 0.5.4
2 parents 7249e8c + b8ee2d5 commit 0cff318

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-client-bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-light-client"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Nervos Core Dev <dev@nervos.org>"]
55
edition = "2021"
66
license = "MIT"

light-client-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-light-client-lib"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Nervos Core Dev <dev@nervos.org>"]
55
edition = "2021"
66
license = "MIT"

wasm/light-client-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nervosnetwork/ckb-light-client-js",
33
"repository": "https://github.com/nervosnetwork/ckb-light-client",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"devDependencies": {

0 commit comments

Comments
 (0)