From 21d17f4beb8ff94477f2b1cef11fe9b68eaa69af Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 1 Sep 2021 16:38:41 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.277 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 1b6e99551..60d848082 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@polkadot/dev": "^0.62.64", "@types/jest": "^26.0.24" }, - "version": "0.6.276", + "version": "0.6.277", "dependencies": { "@pinata/sdk": "^1.1.23", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bfbab75cc..970d5834a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.276", + "version": "0.6.277", "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 786feadc0..91d26a7f6 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.276' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.277' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index a15488fd6..b27557a82 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.276", + "version": "0.6.277", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",