From 38b3c77176e92f612a1ea76bb5747c943860aca8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 20 Feb 2021 17:44:08 +0000 Subject: [PATCH] [CI Skip] release/stable 0.5.32 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 e1eb29144..7706a4172 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.61.26", "@types/jest": "^26.0.20" }, - "version": "0.5.31", + "version": "0.5.32", "dependencies": { "@pinata/sdk": "^1.1.11", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 593e97366..27d831ec2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.5.31", + "version": "0.5.32", "description": "Simple phishing scripts from a central source", "main": "index.js", "sideEffects": false, diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 98fb5ca35..7c8a6b249 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.5.31' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.5.32' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index fc8c40489..14043faa8 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.5.31", + "version": "0.5.32", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",