From e958e1e463b92c82e83d942f7df691a798db9964 Mon Sep 17 00:00:00 2001 From: TheJebForge Date: Thu, 12 Jan 2023 19:38:45 +0200 Subject: [PATCH] Updated versions --- DesktopHandSwitch/DesktopHandSwitch.cs | 2 +- DesktopHandSwitch/DesktopHandSwitch.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DesktopHandSwitch/DesktopHandSwitch.cs b/DesktopHandSwitch/DesktopHandSwitch.cs index 88e0da6..dd3d75b 100644 --- a/DesktopHandSwitch/DesktopHandSwitch.cs +++ b/DesktopHandSwitch/DesktopHandSwitch.cs @@ -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 ACTIVATION_KEY = new ModConfigurationKey("activation_key","Activation Key", () => Key.LeftAlt); diff --git a/DesktopHandSwitch/DesktopHandSwitch.csproj b/DesktopHandSwitch/DesktopHandSwitch.csproj index 2492694..7583f34 100644 --- a/DesktopHandSwitch/DesktopHandSwitch.csproj +++ b/DesktopHandSwitch/DesktopHandSwitch.csproj @@ -20,7 +20,7 @@ None TheJebForge DesktopHandSwitch - 1.0.0 + 1.0.1