diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 14a653a83..b3a34473c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 99 mhusnirizal Update all.json (#1034) 75 michalisFr Update all.json (#1030) 31 frankywild Update all.json (#1031) - 25 Bill Laboon seed stealer site (#977) + 26 Bill Laboon Add Polkapromo.com (#1035) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) diff --git a/meta/2022-02.json b/meta/2022-02.json index c08b685ec..7463a1a67 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -91,6 +91,10 @@ "date": "2022-02-01", "url": "polkagift.com" }, + { + "date": "2022-02-01", + "url": "polkapromo.com" + }, { "date": "2022-02-01", "url": "resolve.onlinesyncprop.com" diff --git a/package.json b/package.json index def4d4fe5..b93d96087 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.105", + "version": "0.8.106", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 27080094e..f39a49fb0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.105", + "version": "0.8.106", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b0008c758..b7c735274 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.8.105' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.106' };