diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7d4c120ba..3885cad19 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 600 Mich Update all.json (#2794) - 483 Jaco Fix invalid url character (#2852) + 484 Jaco Bump GH actions refs (#2861) 455 Tim Janssen Update all.json (#2858) 454 Frank Update all.json (#2860) 394 mhusnirizal update all.json (#2850) diff --git a/package.json b/package.json index 70a15477e..14aaf0922 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-82-x", + "version": "0.18.14-83-x", "versions": { - "git": "0.18.14-82-x", + "git": "0.18.14-83-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 095a62030..bcae73392 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-82-x", + "version": "0.18.14-83-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 59f55d7e6..ad18e0ce7 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.18.14-82-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-83-x' };