diff --git a/.123current b/.123current index 839064c2f6f94..92e0c7438b9e0 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.15.3-13-x \ No newline at end of file +0.16.1 \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 44b3771d0774d..ab99b7e5cf2bb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 566 Mich Update all.json (#1732) - 404 Jaco 0.15.2 (#1719) + 405 Jaco 0.16.1 (#1735) 246 mhusnirizal update all.json (#1728) 163 frankywild Update all.json (#1733) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 7e05d3aa013b0..60fe2cf7d0940 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.16.0", + "version": "0.16.1", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 35e015e350649..89fa7cabb948c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.16.0", + "version": "0.16.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index db64630cf2160..d9c5d5bcac55a 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.15.3-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.16.1' };