diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d440ef3b8..610972770 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,6 +26,7 @@ 3 brettkolodny Update all.json (#335) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) + 2 Arjun Porwal 0.25.20 (#5411) 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) @@ -36,7 +37,6 @@ 1 alt account for @ical10 update all.json (#5045) 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 Bastian Köcher Peaq.xyz is legit :) (#5259) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) diff --git a/package.json b/package.json index 9f808dcc3..611b3d82c 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.20", "versions": { - "git": "0.25.20-20-x", - "npm": "0.25.19" + "git": "0.25.20", + "npm": "0.25.20" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4ab1ca817..babbdafe5 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.20-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.20' };