diff --git a/.123current b/.123current new file mode 100644 index 000000000..7e6cb49b2 --- /dev/null +++ b/.123current @@ -0,0 +1 @@ +0.15.2-0-x \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3d2289a39..0759d7b98 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 563 Mich Update all.json (#1711) - 402 Jaco 0.15.1 (#1714) + 403 Jaco Bump dev 241 mhusnirizal update all.json (#1710) 159 frankywild Update all.json (#1705) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 8f8872e72..7fca53a3e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.15.1", + "version": "0.15.2-0-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d516cabb6..d001923ca 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.15.1", + "version": "0.15.2-0-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index dacd3e984..da46f0aed 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.1' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.15.2-0-x' };