Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
PaciStardust committed Mar 24, 2023
1 parent 25f9e62 commit 29de519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OscMultitool/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public override string ToString()
=> $"{(Enabled ? "" : "[x] ")}{Name}: {Count:N0}";
}

internal class FilterModel //todo: case sensitivity flag?
internal class FilterModel
{
public string Name
{
Expand Down
4 changes: 2 additions & 2 deletions OscMultitool/Hoscy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\hoscy_circle.ico</ApplicationIcon>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyVersion>0.6.7</AssemblyVersion>
<FileVersion>0.6.7</FileVersion>
<AssemblyVersion>0.6.8</AssemblyVersion>
<FileVersion>0.6.8</FileVersion>
<RepositoryUrl>https://github.com/PaciStardust/HOSCY</RepositoryUrl>
<PackageProjectUrl>https://github.com/PaciStardust/HOSCY</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 29de519

Please sign in to comment.