difftreelog
chore update version
in: master
3 files changed
Cargo.lockdiffbeforeafterboth632063206321[[package]]6321[[package]]6322name = "pallet-refungible"6322name = "pallet-refungible"6323version = "0.1.2"6323version = "0.1.3"6324dependencies = [6324dependencies = [6325 "ethereum",6325 "ethereum",6326 "evm-coder",6326 "evm-coder",pallets/refungible/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445## [v0.1.3] - 2022-07-2767### Other changes89feat(refungible-pallet): ERC-721 EVM API ([#452](https://github.com/UniqueNetwork/unique-chain/pull/452))105## [v0.1.2] - 2022-07-1411## [v0.1.2] - 2022-07-146127### Other changes13### Other changespallets/refungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-refungible"2name = "pallet-refungible"3version = "0.1.2"3version = "0.1.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66