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

Commit efb0994

Browse files
committed
0.2.1 version bump
1 parent b93f5dd commit efb0994

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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"

0 commit comments

Comments
 (0)