From 1704c46f53479b0c166c25cbdb787897495c074f Mon Sep 17 00:00:00 2001 From: Trevor Arjeski Date: Mon, 21 Aug 2023 10:58:32 +0300 Subject: [PATCH] v0.8.1 - Add Identity pallet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6aeaba0..81bc9b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pdotc" -version = "0.8.0" +version = "0.8.1" authors = ["Trevor Arjeski "] description = "A minimal polkadot/westend client" keywords = ["polkadot", "substrate"]