diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 401cfab4c..27cc921b1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,9 +11,9 @@ 13 crypto-scambaiter Update all.json (#4246) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) + 9 Tarik Gul Update changelog for v0.22.5 (#4382) 8 grizzly375 Update all.json (#575) 8 ImdioR - Fake website (#4371) - 8 Tarik Gul 0.22.5 (#4381) 7 Florian Franzen Update all.json (#3939) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) diff --git a/package.json b/package.json index f77025d03..a689ba7b5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5", + "version": "0.22.6-0-x", "versions": { - "git": "0.22.5", + "git": "0.22.6-0-x", "npm": "0.22.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 00465e0e4..104c1704b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5", + "version": "0.22.6-0-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 79a558104..19a731b38 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.5' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.6-0-x' };