diff --git a/Andraste.Payload.Generic.csproj b/Andraste.Payload.Generic.csproj index c50e1ad..72a364a 100644 --- a/Andraste.Payload.Generic.csproj +++ b/Andraste.Payload.Generic.csproj @@ -7,9 +7,9 @@ bin\$(Configuration)\ - Copyright 2023 The AndrasteFramework Team + Copyright 2023-2024 The AndrasteFramework Team Andraste.Payload.Generic - 0.2.0 + 0.2.2 MeFisto94 MIT true @@ -25,7 +25,7 @@ - + diff --git a/GenericEntryPoint.cs b/GenericEntryPoint.cs index 648df42..788a24a 100644 --- a/GenericEntryPoint.cs +++ b/GenericEntryPoint.cs @@ -10,7 +10,7 @@ public GenericEntryPoint(RemoteHooking.IContext context, string profileFolder) : } public override string FrameworkName => "Andraste Generic"; - public override string Version => "0.1.3"; + public override string Version => "0.2.2"; protected override void PreWakeup() { Container.RegisterManager(new BasicFileRedirectingManager());