From ca9b152c8da52a4652fabed4968a2e37f4be5db5 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 24 Jan 2021 15:52:50 +0000 Subject: [PATCH] [CI Skip] release/stable 0.4.9 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 262f4bdbd..9598f3342 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,5 @@ "@polkadot/dev": "^0.61.24", "@types/jest": "^26.0.20" }, - "version": "0.4.8" + "version": "0.4.9" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f26073e70..516de04fc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.4.8", + "version": "0.4.9", "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 5914ca55e..33d28ba00 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.4.8", + "version": "0.4.9", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",