From e7866cabc815949e84c1849a327222f33e7b621a Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 27 Apr 2016 22:06:52 -0700 Subject: [PATCH] Update NEWS.md --- NEWS.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index aec341ba..cc4eea5e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +2016-04-27 +========== + +A new dependency has been added on `cytube-common`, a module that will hold +common code shared between the current version of CyTube and the upcoming work +around splitting it into multiple services. You will need to be sure to run +`npm install` after pulling in this change to pull in the new dependency. + 2016-01-06 ========== diff --git a/package.json b/package.json index d04446da..1f0b4dff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Calvin Montgomery", "name": "CyTube", "description": "Online media synchronizer and chat", - "version": "3.15.0", + "version": "3.15.1", "repository": { "url": "http://github.com/calzoneman/sync" },