diff --git a/all.json b/all.json index 68dfb4f4e..1f40878b0 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "polkadotevent.com", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", "2xbinancelive.online", diff --git a/package.json b/package.json index 204a8f699..186592897 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@polkadot/dev": "^0.62.67", "@types/jest": "^27.0.1" }, - "version": "0.6.352", + "version": "0.6.353", "dependencies": { "@pinata/sdk": "^1.1.23", "dnslink-cloudflare": "^3.0.0" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9c5711a4c..e47604646 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.6.352", + "version": "0.6.353", "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 1e4dfa1eb..ae37a1830 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.352' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.353' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 52832ad7b..c34a6e18a 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.6.352", + "version": "0.6.353", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",