diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c5c9f8364..6a17a0178 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,8 +16,8 @@ 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) + 8 rajk93 0.25.22 (#5509) 7 Florian Franzen Update all.json (#3939) - 7 rajk93 chore: bump polkadot dependencies (#5508) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) 4 Abdulaziz Kamil Update all.json (#2921) diff --git a/package.json b/package.json index d09fc9069..a06a69fdc 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.22", "versions": { - "git": "0.25.22-58-x", - "npm": "0.25.21" + "git": "0.25.22", + "npm": "0.25.22" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 928282706..4c7548540 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.25.22-58-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22' };