Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJebForge committed Jan 12, 2023
1 parent fb5bf38 commit e958e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DesktopHandSwitch/DesktopHandSwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class DesktopHandSwitch : NeosMod
{
public override string Name => "DesktopHandSwitch";
public override string Author => "TheJebForge";
public override string Version => "1.0.0";
public override string Version => "1.0.1";

[AutoRegisterConfigKey]
readonly ModConfigurationKey<Key> ACTIVATION_KEY = new ModConfigurationKey<Key>("activation_key","Activation Key", () => Key.LeftAlt);
Expand Down
2 changes: 1 addition & 1 deletion DesktopHandSwitch/DesktopHandSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<DebugType Condition="'$(Configuration)'=='Release'">None</DebugType>
<Authors>TheJebForge</Authors>
<PackageId>DesktopHandSwitch</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<Reference Include="HarmonyLib">
Expand Down

0 comments on commit e958e1e

Please sign in to comment.