diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0488865f1..59ee1e879 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 428 Mich Update all.json (#1282) + 429 Mich Update all.json (#1283) 366 Jaco 0.9.1 (#1264) 163 mhusnirizal update all.json (#1277) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index ec5e502d4..f7e8e6501 100644 --- a/all.json +++ b/all.json @@ -6,7 +6,6 @@ "0vwwuniswap.top", "123-informatica.com", "16-b.it", - "smatterentries.org", "162.222.226.37", "1776coin.org", "1chaincrypto.com", @@ -4132,6 +4131,7 @@ "smartwalletsync.net", "smartwallettokens.site", "smartwalletvalidator.com", + "smatterentries.org", "smetamask.com", "smoothsncsecure.online", "solanium.live", diff --git a/meta/2022-03.json b/meta/2022-03.json index a08675e97..8114315cf 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -83,6 +83,10 @@ "date": "2022-03-15", "url": "safepalcryptowallet.com" }, + { + "date": "2022-03-15", + "url": "smatterentries.org" + }, { "date": "2022-03-15", "url": "swiftwalletconnect.com" diff --git a/package.json b/package.json index 493a7c956..b56cb1344 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.18", + "version": "0.9.19", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 608cd569b..73bc966b8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.18", + "version": "0.9.19", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2ae80a517..207c0ef01 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.9.18' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.19' };