From 55b0fb1f9ef2afac6f4df6cd90adf824b748805a Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 22 Jan 2021 10:53:42 +0000 Subject: [PATCH] [CI Skip] release/stable 0.3.21 skip-checks: true --- package.json | 2 +- packages/phishing/package.json | 2 +- packages/unused/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7739b2e6e..01e27dc72 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@polkadot/dev": "^0.61.24", "@types/jest": "^26.0.20" }, - "version": "0.3.20" + "version": "0.3.21" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f535fdf5e..ed95b6606 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.3.20", + "version": "0.3.21", "description": "Simple phishing scripts from a central source", "main": "index.js", "module": "index.mjs", diff --git a/packages/unused/package.json b/packages/unused/package.json index 499a63f20..42a75a730 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.3.20", + "version": "0.3.21", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",