diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1079b43d3..5dd7d3ace 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 466 Jaco 0.18.11 (#2568) 362 Frank Update all.json (#2560) 360 mhusnirizal update all.json (#2566) - 349 Tim Janssen Update all.json (#2565) + 350 Tim Janssen Update all.json (#2569) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 0533a4119..505ef3db8 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "thecryptomarkup.online", - "propagation-app.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -9139,6 +9137,7 @@ "projectwebmainnets.com", "promvalidator.online", "pronodesolutions.com", + "propagation-app.online", "proponlinesync.com", "prosmartlinks.live", "prosycnnrectification.com", @@ -10976,6 +10975,7 @@ "thecollaband.com", "thecooglobal.com", "thecryptofix.org", + "thecryptomarkup.online", "thecrytpchain.com", "thedappfi.com", "thedappsauth.com", diff --git a/meta/2022-11.json b/meta/2022-11.json index f282e451f..cbd1a4e26 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -19,10 +19,18 @@ "date": "2022-11-14", "url": "polkadotcommunity.com" }, + { + "date": "2022-11-14", + "url": "propagation-app.online" + }, { "date": "2022-11-14", "url": "syncdecentralised.online" }, + { + "date": "2022-11-14", + "url": "thecryptomarkup.online" + }, { "date": "2022-11-14", "url": "tokenrectify.com" diff --git a/package.json b/package.json index fda208b56..a75e125cf 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.12-0-x", + "version": "0.18.12-1-x", "versions": { - "git": "0.18.12-0-x", + "git": "0.18.12-1-x", "npm": "0.18.11" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4e5cd5a0f..66c6f71d1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.12-0-x", + "version": "0.18.12-1-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 678e3ae50..c2f6f2214 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.12-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.12-1-x' };