Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Commit 4d47596

Browse files
committed
0.2.1 version bump
1 parent b93f5dd commit 4d47596

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pwasm-abi"
3-
version = "0.2.0"
4-
authors = ["NikVolf <[email protected]>"]
3+
version = "0.2.1"
4+
authors = ["NikVolf <[email protected]>", "Alexey Frolov <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/paritytech/pwasm-abi"

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pwasm-abi-derive"
33
version = "0.2.1"
4-
authors = ["NikVolf <[email protected]>"]
4+
authors = ["NikVolf <[email protected]>", "Alexey Frolov <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/paritytech/pwasm-abi"

derive/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pwasm-abi
1+
# pwasm-abi-derive
22
Derivation macros for traits to bind dispatch and invoke using `pwasm-abi`.
33

44
[![Build Status](https://travis-ci.org/paritytech/pwasm-abi.svg?branch=master)](https://travis-ci.org/paritytech/pwasm-abi)
@@ -9,7 +9,7 @@ Derivation macros for traits to bind dispatch and invoke using `pwasm-abi`.
99

1010
```toml
1111
[dependencies]
12-
pwasm-abi-derive = "0.1"
12+
pwasm-abi-derive = "0.2"
1313
```
1414
# License
1515

0 commit comments

Comments
 (0)