diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d9b7973c2..6354aff0f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 324 Jaco Reformat root tsconfig.build.json (#957) + 325 Jaco Remove sites.google.com (#968) 314 Mich Update all.json (#962) 84 mhusnirizal update all.json (#967) 74 michalisFr Update address.json (#966) diff --git a/meta/2022-01.json b/meta/2022-01.json index ef127d025..59a957197 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -19,10 +19,6 @@ "date": "2022-01-18", "url": "serverprotocols.com" }, - { - "date": "2022-01-18", - "url": "sites.google.com" - }, { "date": "2022-01-18", "url": "tokenrestore.online" diff --git a/package.json b/package.json index 53620d1cb..05883f9db 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.48", + "version": "0.8.49", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e3eec977e..67f1b0271 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.48", + "version": "0.8.49", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ce4bcf43f..2dc0fe140 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.8.48' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.49' };