From 45f4277af25361e7b78a292a31f06cb32634e9e3 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 8 Dec 2020 10:26:54 +0000 Subject: [PATCH] [CI Skip] release/stable 0.2.8 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 b31b6c4ba..9523cac7d 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@polkadot/dev": "^0.60.12", "@types/jest": "^26.0.17" }, - "version": "0.2.7" + "version": "0.2.8" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 55220c967..a875411fb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.2.7", + "version": "0.2.8", "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 60e940705..91c52e956 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.2.7", + "version": "0.2.8", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",