Skip to content

Commit

Permalink
- Version bump to 0.0.1.3
Browse files Browse the repository at this point in the history
- Bugfix for not stepping down on button release
  • Loading branch information
ashupp committed Nov 22, 2019
1 parent 4080a8a commit 8b57ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Streamdeck-vJoy/PluginAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ public override void KeyReleased(KeyPayload payload)
}
else if (settings.resetToStepDown)
{
axisValue = stepUpAxisValue(theAxis, settings.resetStepDown);
axisValue = stepDownAxisValue(theAxis, settings.resetStepDown);
}

setAxisValue(axisValue, theAxis);
Expand Down
4 changes: 2 additions & 2 deletions Streamdeck-vJoy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1.2")]
[assembly: AssemblyFileVersion("0.0.1.2")]
[assembly: AssemblyVersion("0.0.1.3")]
[assembly: AssemblyFileVersion("0.0.1.3")]
2 changes: 1 addition & 1 deletion Streamdeck-vJoy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Description": "Map deck buttons to vJoy buttons",
"Icon": "Images/pluginIcon",
"URL": "https://github.com/ashupp/Streamdeck-vJoy",
"Version": "0.0.1.2",
"Version": "0.0.1.3",
"CodePath": "com.streamdeck.vjoy",
"Category": "vJoy",
"CategoryIcon": "Images/categoryIcon",
Expand Down

0 comments on commit 8b57ccd

Please sign in to comment.