diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bb8900f3f..436c1b087 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 458 Jaco Add missing cross-check entries (#2239) 323 mhusnirizal update all.json (#2238) 262 Frank Update all.json (#2246) - 228 Tim Janssen Update all.json (#2250) + 229 Tim Janssen Update all.json (#2249) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/meta/2022-07.json b/meta/2022-07.json index 1e2ef80d7..9d4b42baa 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -335,10 +335,6 @@ "date": "2022-07-28", "url": "indexapplc.online" }, - { - "date": "2022-07-28", - "url": "polkadot-ui.authright-test.newtouch.com" - }, { "date": "2022-07-28", "url": "polkdaot-js.org" diff --git a/package.json b/package.json index 01c3bf411..06526b9ef 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-68-x", + "version": "0.18.8-69-x", "versions": { - "git": "0.18.8-68-x", + "git": "0.18.8-69-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d2916efc2..a37901ba6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-68-x", + "version": "0.18.8-69-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 3dd589695..e9050ef1c 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.8-68-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-69-x' };