From 32252cb10053c4ac31e6089b0116c29cfe9a6584 Mon Sep 17 00:00:00 2001 From: Paul Connolley Date: Fri, 3 Jan 2014 11:26:13 +0000 Subject: [PATCH] Updated npm version to 0.2.0 After using this in our live mopidy system for the last 2 weeks, I am quite happy about the stability of the release. I've updated the package.json file as it makes sense to incorporate this in to my final commit for issue #609 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 6d6c8a89..b278c08b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mopidy", - "version": "0.1.1", + "version": "0.2.0", "description": "Client lib for controlling a Mopidy music server over a WebSocket", "homepage": "http://www.mopidy.com/", "author": {