Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed May 31, 2020
1 parent e416597 commit 3ab846f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Sources/sdPlugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"Actions": [
{
"Icon": "mic-off",
"Icon": "mic-off",
"States": [
{
"Image": "mic-off"
},
{
"Image": "mic-on"
}
{
"Image": "mic-on"
}
],
"SupportedInMultiActions": false,
"Name": "Audio Mute",
"Name": "Audio Mute",
"Tooltip": "This action toggles mute for audio devices (e.g. microphones, speakers)",
"UUID": "com.fredemmott.micmutetoggle.toggle"
}
],
"Author": "Fred Emmott",
"CodePath": "sdmicmute.exe",
],
"Author": "Fred Emmott",
"CodePath": "sdmicmute.exe",
"Description": "Toggle the mute for audio devices, such as microphones or speakers.",
"PropertyInspectorPath": "propertyinspector/index.html",
"Name": "Audio Mute",
"Icon": "mic-off",
"Version": "2.1",
"Name": "Audio Mute",
"Icon": "mic-off",
"Version": "2.2",
"OS": [
{
"Platform": "windows",
"MinimumVersion" : "10"
"Platform": "windows",
"MinimumVersion": "10"
}
],
"SDKVersion": 2,
"Software": {
"MinimumVersion" : "4.1"
"MinimumVersion": "4.1"
}
}

0 comments on commit 3ab846f

Please sign in to comment.