diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9d123572f..74652480f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 600 Mich Update all.json (#2794) - 486 Jaco Optimize host query library caching (#2870) + 487 Jaco 0.19.1 (#2875) 460 Tim Janssen Update all.json (#2871) 456 Frank Update all.json (#2873) 395 mhusnirizal update all.json (#2866) diff --git a/package.json b/package.json index 353da3eaf..a6436ff4e 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.0", + "version": "0.19.1", "versions": { - "git": "0.18.14-95-x", - "npm": "0.18.13" + "git": "0.19.1", + "npm": "0.19.1" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 589438a98..691079e90 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.0", + "version": "0.19.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 72b925f92..9bb3642e4 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-95-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.1' };