From 67fc83499795f5a8549edf89cdf165423e2dea7b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 17 Aug 2021 07:17:01 +0000 Subject: [PATCH] [CI Skip] release/stable 0.6.260 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 4371d8d32..33ed3e39a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@polkadot/dev": "^0.62.59", "@types/jest": "^26.0.24" }, - "version": "0.6.259", + "version": "0.6.260", "dependencies": { "@pinata/sdk": "^1.1.23", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3f4e9b1ff..563c97a8e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.259", + "version": "0.6.260", "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 d0d0f4740..7cb1e5b4e 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.259' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.260' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 1e6f32366..1fe95c9ff 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.259", + "version": "0.6.260", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",