diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e90ec8a33..76036341c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ 2 Keegan | W3F Update all.json (#1585) 2 Leemo Update all.json (#4274) 2 paradoxxx-tt Update address.json (#306) + 2 rajk93 0.25.14 (#5162) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Abdulbasit sadiq Update all.json - Remove cryptomaze.app site (#3578) 1 alt account for @ical10 update all.json (#5045) @@ -55,7 +56,6 @@ 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) 1 Pavel Zavadsky Update all.json (#4388) - 1 rajk93 chore: update polkadot dependencies (#5161) 1 Ruslan report scam pvdnn (#4298) 1 Stas Busygin Update all.json (#4061) 1 Stepan Samko Remove defiyield.app from deny list (#1547) diff --git a/package.json b/package.json index 373403f16..b78bceeea 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.14", "versions": { - "git": "0.25.14-20-x", - "npm": "0.25.13" + "git": "0.25.14", + "npm": "0.25.14" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a6f1605e0..1236d4f23 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.14-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.14' };