From dc5e6847675478a1bbe2b333df90ca37d0cd527c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 23 Jun 2021 13:00:10 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.209 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 f7aa66782..31bf5fce4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.43", "@types/jest": "^26.0.23" }, - "version": "0.6.208", + "version": "0.6.209", "dependencies": { "@pinata/sdk": "^1.1.23", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9f7e3f6bf..66ae08f37 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.208", + "version": "0.6.209", "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 e9e569ca3..ad13ec876 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.208' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.209' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 3d741a2c4..515248621 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.208", + "version": "0.6.209", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",