Skip to content

Commit

Permalink
change default version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDavidsz committed Jul 14, 2021
1 parent 71ca57e commit fb81a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions hotkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ instance.prototype.config_fields = function () {
{ label: 'Version > 2.0.5', id: '2.0.5' },
{ label: 'Version > 3.0.0', id: '3.0.0' },
],
default: '2.0.5',
default: '3.0.0',
},
]
}
Expand Down Expand Up @@ -320,7 +320,8 @@ instance.prototype.CHOICES_KEYS_SPECIALS = [
{ label: 'Insert (no Mac)*', id: 'insert' },
{ label: 'Toggle keyboard light on/off (Only Mac)*', id: 'lights_kbd_toggle' },
{ label: 'Keyboard light up (Only Mac)', id: 'lights_kbd_up' },
{ label: 'Keyboard light down (Only Mac)', id: 'lights_kbd_down' },
{ label: 'Left mouse click', id: 'leftmouse' },
{ label: 'Right mouse click', id: 'rightmouse' },

// { label: 'Caps Lock', id: 'caps_lock' },
// { label: 'Num Lock', id: 'num_lock'},
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": "vicreo-hotkey",
"version": "2.0.1",
"version": "2.0.2",
"api_version": "1.0.0",
"keywords": [
"Software",
Expand Down

0 comments on commit fb81a7c

Please sign in to comment.