diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 40ef1a568..6517191fe 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -33,6 +33,7 @@ 1 Abdulbasit sadiq Update all.json - Remove cryptomaze.app site (#3578) 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) 1 Aoi I have updated all.json with some more scam websites (#4954) + 1 Arjun Porwal feat: add tldts dependency for improved hostname parsing (#5128) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/package.json b/package.json index bdb6463f3..e69752144 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.13-12-x", + "version": "0.25.13-13-x", "versions": { - "git": "0.25.13-12-x", + "git": "0.25.13-13-x", "npm": "0.25.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b4ad3306b..a013947af 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.13-12-x", + "version": "0.25.13-13-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 48405ea75..ecc4544fe 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.25.13-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.13-13-x' };