From 55943599b70ffffde64a703d87242f6545d07506 Mon Sep 17 00:00:00 2001 From: Bryan Chen <xlchen1291@gmail.com> Date: Sun, 25 Oct 2020 23:30:38 +1300 Subject: [PATCH] bump orml-nft --- nft/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft/Cargo.toml b/nft/Cargo.toml index 6492968..d53bd38 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-dev" +version = "0.3.4" authors = ["Acala Developers"] edition = "2018" -- GitLab