diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 478cc0d82..ca695a6e9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 574 Mich Update all.json (#1851) 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) - 291 mhusnirizal update all.json (#2035) + 292 mhusnirizal update all.json (#2036) 213 Frank Update all.json (#2033) 143 Tim Janssen Update all.json (#2034) 89 michalisFr Added 0 new domains (#2004) diff --git a/all.json b/all.json index 25359e7f3..1a1bc5489 100644 --- a/all.json +++ b/all.json @@ -26,7 +26,6 @@ "zapto.org" ], "deny": [ - "app-live.org", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -433,6 +432,7 @@ "app-dappsify.online", "app-erty.online", "app-lido.finance", + "app-live.org", "app-magiceden-app.ml", "app-mainnethub.ml", "app-mainnetsys.ml", diff --git a/meta/2022-08.json b/meta/2022-08.json index 444baf713..82b3a755a 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -11,6 +11,10 @@ "date": "2022-08-09", "url": "apiworks.live" }, + { + "date": "2022-08-09", + "url": "app-live.org" + }, { "date": "2022-08-09", "url": "appdaaps.com" diff --git a/package.json b/package.json index 4cfb8e886..4f13b8c79 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-22-x", + "version": "0.18.5-23-x", "versions": { - "git": "0.18.5-22-x", + "git": "0.18.5-23-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3bb8efb27..7930ebcf2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-22-x", + "version": "0.18.5-23-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 019c1e0a8..355cae0e8 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.5-22-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-23-x' };