diff --git a/Cargo.toml b/Cargo.toml index b897c28..02f1dbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "parity-wasm" -version = "0.14.5" +version = "0.14.6" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky "] license = "MIT/Apache-2.0" readme = "README.md" -repository = "https://github.com/nikvolf/parity-wasm" -homepage = "https://github.com/nikvolf/parity-wasm" +repository = "https://github.com/paritytech/parity-wasm" +homepage = "https://github.com/paritytech/parity-wasm" documentation = "https://nikvolf.github.io/parity-wasm/parity_wasm/" description = "WebAssembly binary format serialization/deserialization/interpreter" keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"]