Skip to content

Commit

Permalink
hotfix 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rune580 committed Jan 14, 2024
1 parent 157505e commit 3da582a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [0.5.5]

Fixes unbinding vanilla keys to no longer cause the UI to be permanently broken.

### [0.5.4]

Hotfix for rebind ui breaking due to another oversight on my part.
Expand Down
2 changes: 1 addition & 1 deletion LethalCompanyInputUtils/LethalCompanyInputUtilsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class LethalCompanyInputUtilsPlugin : BaseUnityPlugin
{
public const string ModId = "com.rune580.LethalCompanyInputUtils";
public const string ModName = "Lethal Company Input Utils";
public const string ModVersion = "0.5.4";
public const string ModVersion = "0.5.5";

private Harmony? _harmony;

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LethalCompany_InputUtils",
"version_number": "0.5.4",
"version_number": "0.5.5",
"website_url": "https://github.com/Rune580/LethalCompanyInputUtils",
"description": "Utilities for creating InputActions and providing an (opinionated) improved UI.",
"dependencies": [
Expand Down

0 comments on commit 3da582a

Please sign in to comment.