diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 74b5121c0..0474b0cab 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 552 Frank Update all.json (#3120) 540 Tim Janssen Update all.json (#3119) - 510 Jaco Bump dev (#3116) + 511 Jaco Adjust autocheck-on-ci labels (#3121) 414 mhusnirizal update all.json (#3102) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index bd3d0b851..0bf3721a6 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.3-7-x", + "version": "0.20.3-8-x", "versions": { - "git": "0.20.3-7-x", + "git": "0.20.3-8-x", "npm": "0.20.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 706edacdf..5c07af979 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.3-7-x", + "version": "0.20.3-8-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8e9066b8d..2d0ba10a4 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.20.3-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.3-8-x' };