Version bump

This commit is contained in:
Terkoiz 2024-03-03 20:27:57 +02:00
parent 34e6c8fc06
commit 183c640ea3
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using KeyboardShortcut = BepInEx.Configuration.KeyboardShortcut;
namespace Terkoiz.Freecam
{
[BepInPlugin("com.terkoiz.freecam", "Terkoiz.Freecam", "1.4.0")]
[BepInPlugin("com.terkoiz.freecam", "Terkoiz.Freecam", "1.4.1")]
public class FreecamPlugin : BaseUnityPlugin
{
internal new static ManualLogSource Logger { get; private set; }

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<Authors>Terkoiz, Kobrakon, CWX</Authors>
<RepositoryUrl>https://dev.sp-tarkov.com/Terkoiz/Freecam</RepositoryUrl>
<PackageLicenseExpression>NCSA</PackageLicenseExpression>