From 04a59a9234e7492d39b7c889a93706a922d59d62 Mon Sep 17 00:00:00 2001 From: Boris Pruessmann Date: Fri, 9 Jun 2017 23:14:20 +0200 Subject: [PATCH] Updated version to 0.0.2 --- app.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index e6564db..24b653b 100644 --- a/app.js +++ b/app.js @@ -82,7 +82,7 @@ var harmonyDiscovery = new HarmonyDiscovery(); var roon = new RoonApi({ extension_id: 'org.pruessmann.roon.logitech.harmony', display_name: 'Logitech Harmony', - display_version: '0.0.1', + display_version: '0.0.2', publisher: 'Doc Bobo', email: 'boris@pruessmann.org', website: 'https://github.com/docbobo/roon-extension-harmony', diff --git a/package.json b/package.json index 5a38086..7a3954d 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "license": "Apache-2.0", "dependencies": { "debug": "^2.1.0", - "harmonyhubjs-discover": "github:swissmanu/harmonyhubjs-discover", "harmonyhubjs-client": "github:swissmanu/harmonyhubjs-client", + "harmonyhubjs-discover": "github:swissmanu/harmonyhubjs-discover", "node-roon-api": "github:roonlabs/node-roon-api", "node-roon-api-settings": "github:roonlabs/node-roon-api-settings", "node-roon-api-source-control": "github:roonlabs/node-roon-api-source-control",