diff --git a/all.json b/all.json index a5328ea27..c1350f9ec 100644 --- a/all.json +++ b/all.json @@ -1467,8 +1467,8 @@ "polkaeco-airdrops.org", "polkafree.com", "polkagive.com", - "polkagives.com", "polkagiveaway.com", + "polkagives.com", "polkalstarter.com", "polkamon.co", "polkamon.whitelist-network.com", diff --git a/meta/2022-01.json b/meta/2022-01.json index 2a1100ef4..3e8738a1b 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-01-03", + "url": "importmobile.net" + }, + { + "date": "2022-01-03", + "url": "polkagives.com" + }, { "date": "2022-01-02", "url": "mywalletsfixapp.com" diff --git a/package.json b/package.json index 399f4aa0a..d09f876d4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.7.9", + "version": "0.7.10", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d03b473bb..861b3e8b6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.7.9", + "version": "0.7.10", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8b2f088b7..4071fc634 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', version: '0.7.9' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.7.10' };