From 7592758069f7dd5950f54068709fbb57895b2c8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 05:10:42 +0000 Subject: [PATCH] [CI Skip] release/stable 0.13.1 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 32783bad0..390f48ec7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 542 Mich Update all.json (#1569) - 383 Jaco Remove false positive in soswap.finance (#1549) + 384 Jaco 0.13.1 (#1571) 215 mhusnirizal update all.json (#1568) 122 frankywild Update all.json (#1570) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 1beef6a68..779c2a032 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.0", + "version": "0.13.1", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8fde56e81..83ce5aa62 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.0", + "version": "0.13.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a00df537d..195d7cca7 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.12.39' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.1' };