diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0c77c9320..d695d8cc3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 600 Mich Update all.json (#2794) - 489 Jaco Bump deps (incl. TS) (#2900) + 490 Jaco Bump dev (#2911) 471 Tim Janssen Update all.json (#2908) 469 Frank Update all.json (#2910) 399 mhusnirizal update all.json (#2901) diff --git a/package.json b/package.json index dee90ec42..f75190861 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-28-x", + "version": "0.19.2-29-x", "versions": { - "git": "0.19.2-28-x", + "git": "0.19.2-29-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5b512d6f3..1e955a7c6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-28-x", + "version": "0.19.2-29-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 13e77b5d8..3a955fdac 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.19.2-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-29-x' };