From d2529e6ce4fc12db19581a8e82f1f335b42b843c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 24 Nov 2020 12:07:17 +0000 Subject: [PATCH] [CI Skip] release/stable 0.2.3 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 23028d341..8dd1e4688 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.60.4", "@types/jest": "^26.0.15" }, - "version": "0.2.2" + "version": "0.2.3" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 66821096e..3c8946ad3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.2.2", + "version": "0.2.3", "description": "Simple phishing scripts from a central source", "main": "index.js", "sideEffects": false, diff --git a/packages/unused/package.json b/packages/unused/package.json index 82a2103ec..e7a1d2929 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.2.2", + "version": "0.2.3", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",