Skip to content

Commit

Permalink
Updated version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docbobo committed Jun 9, 2017
1 parent d443ae2 commit 04a59a9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -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',
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 04a59a9

Please sign in to comment.