From 6de94c945605b00ef2434bcec749ec316878c736 Mon Sep 17 00:00:00 2001 From: Bryan Chen <xlchen1291@gmail.com> Date: Sun, 25 Oct 2020 23:33:18 +1300 Subject: [PATCH] bump nft --- nft/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft/Cargo.toml b/nft/Cargo.toml index d53bd38..eb4e8c8 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -3,7 +3,7 @@ name = "orml-nft" description = "Non-fungible token pallet provides basic functions to create and manager NFT" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft" license = "Apache-2.0" -version = "0.3.4" +version = "0.3.5-dev" authors = ["Acala Developers"] edition = "2018" -- GitLab