Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Nov 30, 2019
1 parent 9f7ae6e commit 19216ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm"
description = "CKB's Virtual machine"
version = "0.18.0"
version = "0.18.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand All @@ -18,7 +18,7 @@ detect-asm = []
byteorder = "1"
bytes = "0.4.12"
goblin = "0.0.24"
ckb-vm-definitions = { path = "definitions", version = "0.18.0" }
ckb-vm-definitions = { path = "definitions", version = "0.18.1" }
derive_more = "0.15.0"

# Feature detection won't work here
Expand Down
2 changes: 1 addition & 1 deletion definitions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ckb-vm-definitions"
description = "Common definition files for CKB VM"
version = "0.18.0"
version = "0.18.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
Expand Down

0 comments on commit 19216ba

Please sign in to comment.