diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7215312d3..71587056a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 767 Tim Janssen Update all.json (#3798) 762 Frank Update all.json (#3799) 612 Mich Block fake moonbeam and some other scams (#3539) - 541 Jaco Add missing site entries (#3788) + 542 Jaco Bump deps (#3802) 518 mhusnirizal update all.json (#3800) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 05ae90d52..e55a9f95b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-298-x", + "version": "0.21.6-299-x", "versions": { - "git": "0.21.6-298-x", + "git": "0.21.6-299-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c83145385..35c03abb7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-298-x", + "version": "0.21.6-299-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5fc276a2a..cb9860d0a 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.6-298-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-299-x' };