diff --git a/all.json b/all.json index 050fcc0b3..1b591911f 100644 --- a/all.json +++ b/all.json @@ -3,10 +3,10 @@ "deny": [ "dothereum-polkadot.net", "polkadot-dot.info", + "polkadot-wallet.com", + "polkadot.com.se", "polkadotfund.com", "polkawallets.site", - "polkodot.network", - "polkadot.com.se", - "polkadot-wallet.com" + "polkodot.network" ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index 12fe21189..32ffd08ae 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@polkadot/dev": "^0.61.18", "@types/jest": "^26.0.19" }, - "version": "0.3.5" + "version": "0.3.6" } diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 74aef7710..79a35a7f0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/phishing", - "version": "0.3.5", + "version": "0.3.6", "description": "Simple phishing scripts from a central source", "main": "index.js", "module": "index.mjs", diff --git a/packages/unused/package.json b/packages/unused/package.json index b51cba944..7e6d8d25b 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/unused", - "version": "0.3.5", + "version": "0.3.6", "description": "Dummy", "main": "index.js", "author": "Jaco Greeff ",