diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 150d36a76..1113df2e0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 430 Mich Update all.json (#1287) - 366 Jaco 0.9.1 (#1264) + 367 Jaco Bump dev deps (#1288) 165 mhusnirizal update all.json (#1289) 77 michalisFr Update all.json (#1036) 72 frankywild Update all.json (#1285) diff --git a/package.json b/package.json index 505de35fc..f3e0da206 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.24", + "version": "0.9.25", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 815c6316c..a2cd0d77c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.24", + "version": "0.9.25", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f3436a3c1..1b44914c0 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.9.24' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.25' };