git.delta.rocks / unique-network / refs/commits / ec75937b1fb5

difftreelog

misk: up version

Trubnikov Sergey2022-09-13parent: #8e1a9b3.patch.diff
in: master

2 files changed

modifiedpallets/unique/CHANGELOG.mddiffbeforeafterboth
44
5<!-- bureaucrate goes here -->5<!-- bureaucrate goes here -->
66
7## [v0.2.0] 2022-09-13
8
9### Changes
10- Change **collectionHelper** method `createRefungibleCollection` to `createRFTCollection`,
11
7## [v0.1.4] 2022-09-0512## [v0.1.4] 2022-09-05
813
9### Added14### Added
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -9,7 +9,7 @@
 license = 'GPLv3'
 name = 'pallet-unique'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.1.4"
+version = "0.2.0"
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']