diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 99d1caa45..fe4bcdc86 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 313 Jaco 287 Mich <49607867+dubstard@users.noreply.github.com> 71 michalisFr <45905709+michalisFr@users.noreply.github.com> - 64 mhusnirizal + 65 mhusnirizal 24 Bill Laboon 17 frankywild <95406158+frankywild@users.noreply.github.com> 9 Dan Shields <35669742+NukeManDan@users.noreply.github.com> diff --git a/all.json b/all.json index 24593d754..e8d97b6bd 100644 --- a/all.json +++ b/all.json @@ -2598,8 +2598,8 @@ "walletsliveconnects.net", "walletsliverestore.online", "walletsnodes.live", - "walletsource.icu", "walletsolutionsservice.com", + "walletsource.icu", "walletsprotocols.online", "walletsreauthorization.com", "walletsrestore.store", diff --git a/meta/2022-01.json b/meta/2022-01.json index c1988d605..3900f725c 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,16 @@ [ + { + "date": "2022-01-05", + "url": "connectwalletservices.com" + }, + { + "date": "2022-01-05", + "url": "mobilenet.cc" + }, + { + "date": "2022-01-05", + "url": "walletsolutionsservice.com" + }, { "date": "2022-01-04", "url": "1inch-wallet.org" diff --git a/package.json b/package.json index faf42dd66..66c609d22 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.7.21", + "version": "0.7.22", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c24543d34..d7cc7bcf0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.7.21", + "version": "0.7.22", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a5a18fa20..3001c4d4b 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', version: '0.7.21' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.7.22' };