diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1dab52fd5..89c9a0651 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 600 Mich Update all.json (#2794) - 487 Jaco 0.19.1 (#2875) + 488 Jaco Pin GH create-issue action (#2893) 466 Tim Janssen Update all.json (#2889) 465 Frank Update all.json (#2892) 396 mhusnirizal update all.json (#2883) diff --git a/package.json b/package.json index f82f05725..1de747979 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-14-x", + "version": "0.19.2-15-x", "versions": { - "git": "0.19.2-14-x", + "git": "0.19.2-15-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f6974fc38..6fe547e6e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-14-x", + "version": "0.19.2-15-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 59952b5ef..be71b1899 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-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-15-x' };