bump version

This commit is contained in:
rootdarkarchon
2023-03-22 18:45:48 +01:00
parent 8722de0763
commit a4d82a7c6a
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ public class MareConfig : IMareConfiguration
public bool OpenGposeImportOnGposeStart { get; set; } = false; public bool OpenGposeImportOnGposeStart { get; set; } = false;
public bool OpenPopupOnAdd { get; set; } = true; public bool OpenPopupOnAdd { get; set; } = true;
public int ParallelDownloads { get; set; } = 10; public int ParallelDownloads { get; set; } = 10;
public float ProfileDelay { get; set; } = 2; public float ProfileDelay { get; set; } = 1.5f;
public bool ProfilePopoutRight { get; set; } = true; public bool ProfilePopoutRight { get; set; } = false;
public bool ProfilesAllowNsfw { get; set; } = false; public bool ProfilesAllowNsfw { get; set; } = false;
public bool ProfilesShow { get; set; } = true; public bool ProfilesShow { get; set; } = true;
public bool ReverseUserSort { get; set; } = false; public bool ReverseUserSort { get; set; } = false;

View File

@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors></Authors> <Authors></Authors>
<Company></Company> <Company></Company>
<Version>0.8.11</Version> <Version>0.8.12</Version>
<Description></Description> <Description></Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl> <PackageProjectUrl>https://github.com/Penumbra-Sync/client</PackageProjectUrl>