From 3e99f881fc4e3e7d52c822dfc08cb9a8bf19f1cf Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 17 Feb 2021 12:30:46 +0000 Subject: [PATCH] [CI Skip] release/stable 0.5.13 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 dc0985605..e5967240e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.61.26", "@types/jest": "^26.0.20" }, - "version": "0.5.12", + "version": "0.5.13", "dependencies": { "@pinata/sdk": "^1.1.11", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7143d9cf2..acc0037a0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.5.12", + "version": "0.5.13", "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 38fd36a96..3440e314d 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.12' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.5.13' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index ad614fab5..808f603ee 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.5.12", + "version": "0.5.13", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",