diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fc4d90dc1..bcddb97b8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 533 Mich Update all.json (#1543) - 382 Jaco Bump @polkadot/util (#1525) + 383 Jaco Remove false positive in soswap.finance (#1549) 213 mhusnirizal update all.json (#1506) 112 frankywild Update all.json (#1544) 79 michalisFr Update all.json (#1540) diff --git a/meta/2022-05.json b/meta/2022-05.json index c25cf4739..993e0080c 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -187,10 +187,6 @@ "date": "2022-05-06", "url": "smartdappfix.site" }, - { - "date": "2022-05-06", - "url": "soswap.finance" - }, { "date": "2022-05-06", "url": "sushiswapp.net" diff --git a/package.json b/package.json index 2d7a2a600..a3974e2bc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.16", + "version": "0.12.17", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 62d243c30..ae339b728 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.16", + "version": "0.12.17", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d91b99f38..ba9778ec8 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.12.16' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.17' };