diff --git a/README.md b/README.md index 8e99ea7..b589b73 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,15 @@ returns { "author": null, "date": null, - "description": "GitHub is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...", - "image": "https://github.githubassets.com/images/modules/site/social-cards/github-social.png", + "description": "GitHub is where over 94 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...", + "feed": null, + "image": "https://github.githubassets.com/images/modules/site/social-cards/campaign-social.png", "lang": "en", "logo": null, "publisher": "GitHub", - "title": "GitHub: Where the world builds software", - "url": "https://github.com" + "title": "GitHub: Let’s build from here", + "video": null, + "url": "https://github.com/" } ``` diff --git a/package-lock.json b/package-lock.json index 5ddcbcf..98e6a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metacog", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "metacog", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@tinyhttp/app": "^2.0.29", diff --git a/package.json b/package.json index d3f47d6..2c17bdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacog", - "version": "1.4.0", + "version": "1.5.0", "description": "a tiny metadata retriever with metascraper", "private": true, "main": "server.js",