diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d6182a5bf..edbad6263 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 788 Frank Update all.json (#3907) 613 Mich block event-acala.network (#3875) 544 Jaco Bump deps (#3827) - 538 mhusnirizal update all.json (#3916) + 539 mhusnirizal remove xbanking.org (#3918) 96 michalisFr Added 0 new domains (#2338) 33 alineherzman Update address.json (#3911) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all/org/all.json b/all/org/all.json index b102ae3ef..e42efb13a 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -1335,7 +1335,6 @@ "worldcoinair.org", "wpolkadot.js.org", "wwwpolkadot.js.org", - "xbanking.org", "xn--metmask-gxa.org", "xn--polkadot-10a.js.org", "xn--polkadot-55a.js.org", diff --git a/meta/2023-09.json b/meta/2023-09.json index a3336814f..495b80ffa 100644 --- a/meta/2023-09.json +++ b/meta/2023-09.json @@ -419,10 +419,6 @@ "date": "2023-09-18", "url": "walletsdappfix.net" }, - { - "date": "2023-09-18", - "url": "xbanking.org" - }, { "date": "2023-09-18", "url": "zenlinknetwork.xyz" diff --git a/package.json b/package.json index 3d9a54aea..348742d94 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-74-x", + "version": "0.21.7-75-x", "versions": { - "git": "0.21.7-74-x", + "git": "0.21.7-75-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e4af82dcd..4510d7365 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-74-x", + "version": "0.21.7-75-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f37fa460f..43bb78427 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.21.7-74-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-75-x' };