diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1ff75e28c..fc0673fd6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -56,4 +56,5 @@ 1 stonegate remove web3helpers.xyz from deny list (#2283) 1 Sumz Removed polkadot.world official distractive domain (#4446) 1 Thibaut Sardan Update README.md (#2) + 1 Valentin Fernandez 0.25.3 (#4926) 1 Zbyszek Cybulski Update all.json (#4241) \ No newline at end of file diff --git a/package.json b/package.json index 85a1d985b..66aae78d9 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.3", "versions": { - "git": "0.25.3-18-x", - "npm": "0.25.2" + "git": "0.25.3", + "npm": "0.25.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 52388b94b..b3b38f31f 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.3-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.3' };