diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 22c61e25d..8a8eb7687 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -22,6 +22,7 @@ 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) + 1 defiyield Update all.json (#1967) 1 Dudley remove simpleswap.io address from youtube scams (#94) 1 Francois Marier Add a copy of the Apache-2.0 license (#1592) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) diff --git a/meta/2022-07.json b/meta/2022-07.json index ed35fccbf..1e2ef80d7 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -4091,10 +4091,6 @@ "date": "2022-07-15", "url": "decentralizeddappchain.com" }, - { - "date": "2022-07-15", - "url": "defiyield.info" - }, { "date": "2022-07-15", "url": "erctools.org" diff --git a/package.json b/package.json index b85dff755..cb92cb35e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.3-14-x", + "version": "0.18.3-15-x", "versions": { - "git": "0.18.3-14-x", + "git": "0.18.3-15-x", "npm": "0.18.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 055173ff5..5473a4830 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.3-14-x", + "version": "0.18.3-15-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 31ef20876..a1a992646 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.3-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3-15-x' };