From 222a2eb2a5f99474a3596e927230068d9853235e Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 21 Dec 2020 12:19:42 +0000 Subject: [PATCH] [CI Skip] release/stable 0.3.2 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 a825761d5..12770881a 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.61.13", "@types/jest": "^26.0.19" }, - "version": "0.3.1" + "version": "0.3.2" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bd071bd8e..6e14aa8fe 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.3.1", + "version": "0.3.2", "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 1aaa3d2e2..488415693 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.3.1", + "version": "0.3.2", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",