Skip to content

Commit

Permalink
release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rune580 committed Jan 20, 2024
1 parent 3d8a7e2 commit b695a16
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.6]

Allow LcInputAction's to have NonPublic InputActions.

### [0.5.5]

Fixes unbinding vanilla keys to no longer cause the UI to be permanently broken.
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.5";
public const string ModVersion = "0.5.6";

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.5",
"version_number": "0.5.6",
"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 b695a16

Please sign in to comment.