Skip to content

Commit

Permalink
Version Bump, Fixing #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Figedi committed Oct 12, 2014
1 parent 4cae70f commit 8029165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Onkyo Remote",
"version": "0.0.5",
"version": "0.0.6",
"authors": [
"Felix Kaminski <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onkyo_remote",
"version": "0.0.5",
"version": "0.0.6",
"description": "Onkyo Remote Widget for Mac OSX Dashboard",
"main": "gulpfile.js",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/coffee/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,6 @@ $ ->
window.remote = new Remote()
if window.widget
widget.onremove = -> window.remote = null
widget.onfocus = -> window.remote._instantiateSlider()
widget.onshow = -> window.remote._instantiateSlider()

0 comments on commit 8029165

Please sign in to comment.