From 8e76a34631341f48f491a2c5783e47ddd43d0703 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 12 Apr 2017 08:45:19 -0400 Subject: [PATCH] Bump version and update description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d974a78d4..41d8732de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "talk", - "version": "1.4.0", - "description": "A commenting platform from The Coral Project. https://coralproject.net", + "version": "1.5.0", + "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "scripts": { "postinstall": "./bin/cli plugins reconcile --skip-remote",