diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 513b49b4e..a9c5e8c4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 434 Jaco 0.18.2 (#1948) 271 mhusnirizal update all.json (#1940) 193 Frank Update all.json (#1947) - 111 thwjanssen89 Update all.json (#1944) + 112 Tim Janssen Update all.json (#1949) 87 michalisFr Added 0 new domains (#1936) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index f351b4c01..180954509 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "104.168.169.107", - "bridgeaccess.live", - "dapp-smartrouter.tech", "107-172-188-102.plesk.page", "109-71-253-24.plesk.page", "111-90-143-152.plesk.page", @@ -1020,6 +1018,7 @@ "bridge-protocol.com", "bridge-terra-go.sbs", "bridge-wallet.xyz", + "bridgeaccess.live", "bridgeaccess.xyz", "bridgeavax.network", "bridgeblockchainprotocol.com", @@ -2218,6 +2217,7 @@ "dapp-rectifier.online", "dapp-secure.com", "dapp-smartdefitoken.online", + "dapp-smartrouter.tech", "dapp-solutions.net", "dapp-support.com", "dapp-supporteam.netlify.app", diff --git a/meta/2022-07.json b/meta/2022-07.json index b886f08e1..85baa1e08 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-07-30", + "url": "bridgeaccess.live" + }, + { + "date": "2022-07-30", + "url": "dapp-smartrouter.tech" + }, { "date": "2022-07-29", "url": "app-syncrectifier.org" diff --git a/package.json b/package.json index a75629c65..9b290bbb4 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2", + "version": "0.18.3-0-x", "versions": { - "git": "0.18.2", + "git": "0.18.3-0-x", "npm": "0.18.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 218f9ba0e..8b3f12c8e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2", + "version": "0.18.3-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6db8ebac2..4d701fb30 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3-0-x' };