diff --git a/README.md b/README.md index 70dfc61c4..4ea9ff0e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,17 @@ endpoint when the server is running with built assets. ## Contributing to Talk -See our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CONTRIBUTING.md)! +See our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CONTRIBUTING.md). + +## Documentation + +### General + +See our [Talk Documentation & Guides](https://coralproject.github.io/talk/index.html). + +### Plugins + +See our guide to using and building [Talk Plugins](https://github.com/coralproject/talk/blob/master/PLUGINS.md). ## Usage diff --git a/package.json b/package.json index a33a6348b..d55df87e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "2.0.1", + "version": "2.1.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "scripts": {