From b48f147ede903dd50f963ffeac84782bfd2ce7c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:31:43 +0000 Subject: [PATCH] [CI Skip] release/stable 0.25.3 skip-checks: true --- CONTRIBUTORS | 1 + package.json | 4 ++-- packages/phishing/src/packageInfo.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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' };