bump to 0.15

This commit is contained in:
Alexander Theißen
2020-10-21 11:11:24 +02:00
parent e0a05c6329
commit fbaae277fc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "pwasm-utils"
version = "0.14.0"
version = "0.15.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pwasm-utils-cli"
version = "0.14.0"
version = "0.15.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
@@ -39,7 +39,7 @@ path = "check/main.rs"
[dependencies]
parity-wasm = "0.41.0"
pwasm-utils = { path = "..", version = "0.14" }
pwasm-utils = { path = "..", version = "0.15" }
glob = "0.2"
clap = "2.24"
log = "0.4"