From 4c6876f6de6f4e83e40bc1cc59123e6ccdfa4f37 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 8 Jun 2021 15:07:12 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.190 skip-checks: true --- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- packages/unused/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f53e1c66e..1f276e192 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.33", "@types/jest": "^26.0.23" }, - "version": "0.6.189", + "version": "0.6.190", "dependencies": { "@pinata/sdk": "^1.1.20", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a15e1299b..9bb5e193b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.189", + "version": "0.6.190", "type": "module", "description": "Simple phishing scripts from a central source", "main": "index.js", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c7de8ff19..47d539705 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.6.189' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.190' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 069387a17..da9a6079b 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.189", + "version": "0.6.190", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",