diff --git a/package.json b/package.json index 1f5039322..8a39a3984 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.61.26", "@types/jest": "^26.0.20" }, - "version": "0.5.4", + "version": "0.5.5", "dependencies": { "@pinata/sdk": "^1.1.11", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ec64916b9..de820c718 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.5.4", + "version": "0.5.5", "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 new file mode 100644 index 000000000..0e3fa236a --- /dev/null +++ b/packages/phishing/src/packageInfo.ts @@ -0,0 +1,6 @@ +// Copyright 2017-2021 @polkadot/dev authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +// Auto-generated by @polkadot/dev, do not edit + +export const packageInfo = { name: '@polkadot/phishing', version: '0.5.5' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index e31f1b9cc..efbfddcf3 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.5.4", + "version": "0.5.5", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",