diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c2f12c41a..1d126abc5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -14,8 +14,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 Valentin Fernandez 0.25.10 (#5079) 7 Florian Franzen Update all.json (#3939) - 7 Valentin Fernandez 0.25.9 (#5058) 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 092dd5f6b..f89e58b38 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.10", "versions": { - "git": "0.25.10-12-x", - "npm": "0.25.9" + "git": "0.25.10", + "npm": "0.25.10" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e0c52aed3..07432dfaa 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.10-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.10' };