diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5718d5562..82585d1b6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,7 +9,7 @@ 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) - 11 Tarik Gul 0.22.7 (#4421) + 12 Tarik Gul Bump @polkadot/dev to 0.79.2 w/ topo sort (#4428) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/package.json b/package.json index bb92808bd..34bcfc8d4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.8-6-x", + "version": "0.22.8-7-x", "versions": { - "git": "0.22.8-6-x", + "git": "0.22.8-7-x", "npm": "0.22.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 51095c1c8..678503d70 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.8-6-x", + "version": "0.22.8-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6f4d7c56f..6726c6619 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.22.8-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.8-7-x' };