diff --git a/package.json b/package.json index 2751c55f6..5c2a532d1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@polkadot/dev": "^0.62.16", "@types/jest": "^26.0.23" }, - "version": "0.6.156", + "version": "0.6.157", "dependencies": { "@pinata/sdk": "^1.1.20", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 847bfe9ef..434553cdc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.156", + "version": "0.6.157", "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 ebef5351c..ba4328be8 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.156' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.157' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 35293d360..202c9bb38 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.156", + "version": "0.6.157", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",