diff --git a/.123current b/.123current index c60a6914b..923da445b 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.16.3-25-x \ No newline at end of file +0.16.3-26-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 14f8a5bad..475613260 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 566 Mich Update all.json (#1732) - 408 Jaco Additional CI checks (#1754) + 409 Jaco Bump deps (#1770) 250 mhusnirizal update all.json (#1763) 173 Frank Update all.json (#1766) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 7c65fc842..7645dd5d8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.16.3-25-x", + "version": "0.16.3-26-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5ffefae95..267286c99 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.16.3-25-x", + "version": "0.16.3-26-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 785a53023..f159b88d7 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.16.3-25-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.16.3-26-x' };