From c38d5dfc76b0b1fed20e341080b900ba11565099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:50:27 +0000 Subject: [PATCH] [CI Skip] release/stable 0.25.16 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 ++-- packages/phishing/src/packageInfo.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b1e8a7cd5..29a91c667 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -19,7 +19,7 @@ 7 Florian Franzen Update all.json (#3939) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) - 5 rajk93 Bump @polkadot/common dependencies to 13.5.4 (#5244) + 6 rajk93 0.25.16 (#5246) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) diff --git a/package.json b/package.json index ac31929e2..074541f34 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.16", "versions": { - "git": "0.25.16-14-x", - "npm": "0.25.15" + "git": "0.25.16", + "npm": "0.25.16" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3e7168e62..b7dc66b5f 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.16-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.16' };