diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b1fc9b44c..bc47bba4a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 404 Mich Update all.json (#1212) - 358 Jaco Adjust merge labels (#1210) + 359 Jaco Additional top-level hosting domains (#1213) 142 mhusnirizal Update all.json (#1211) 77 michalisFr Update all.json (#1036) 56 frankywild Update all.json (#1204) diff --git a/package.json b/package.json index 46775e705..96d0e6070 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.262", + "version": "0.8.263", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a34a46d34..82dae5eed 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.262", + "version": "0.8.263", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e6f4d89b0..5b7e5958e 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.8.262' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.263' };