Skip to content

Commit

Permalink
chore: bump crate version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Jun 29, 2019
1 parent 6b7ecb1 commit e1a73e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-cli"
version = "0.15.0-pre"
version = "0.15.0"
license = "MIT"
authors = ["Linfeng Qian <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions ckb-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-sdk"
version = "0.15.0-pre"
version = "0.15.0"
authors = ["Linfeng Qian <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -35,4 +35,4 @@ ckb-core = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z"
ckb-script = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" }
jsonrpc-types = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" }
hash = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z" }
crypto = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z", features = ["secp", "bech32"] }
crypto = { git = "https://github.com/nervosnetwork/ckb", branch = "rc/v0.15.z", features = ["secp", "bech32"] }

0 comments on commit e1a73e6

Please sign in to comment.