diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e0dff35ae..a1e5528cd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 429 Mich Update all.json (#1283) + 430 Mich Update all.json (#1287) 366 Jaco 0.9.1 (#1264) 164 mhusnirizal update all.json (#1286) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index fb766e140..58a5edac7 100644 --- a/all.json +++ b/all.json @@ -7,7 +7,6 @@ "123-informatica.com", "16-b.it", "162.222.226.37", - "applive-polkadot.tech", "1776coin.org", "1chaincrypto.com", "1inch-network.net", @@ -208,6 +207,7 @@ "app.xn--unswap-j8a.app", "app.xn--unswap-q9a.app", "appconnectsync.org", + "applive-polkadot.tech", "appnoderectify.org", "approve-collab.land", "apps-syncs.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index 175ff9b5f..4c527ff2c 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-03-16", + "url": "applive-polkadot.tech" + }, { "date": "2022-03-16", "url": "appnoderectify.org" diff --git a/package.json b/package.json index aea4baa1b..e786076ab 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.22", + "version": "0.9.23", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 61fc44937..03e3315c4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.22", + "version": "0.9.23", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ba800031a..a3139b038 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.9.22' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.23' };