Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed May 9, 2024
1 parent eda3c97 commit 96f8269
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MPF.Check/MPF.Check.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.1.7</VersionPrefix>
<VersionPrefix>3.1.8</VersionPrefix>

<!-- Package Properties -->
<Title>MPF Check</Title>
Expand Down
2 changes: 1 addition & 1 deletion MPF.Core/MPF.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Nullable>enable</Nullable>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>3.1.7</VersionPrefix>
<VersionPrefix>3.1.8</VersionPrefix>

<!-- Package Properties -->
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
Expand Down
2 changes: 1 addition & 1 deletion MPF.UI.Core/MPF.UI.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<VersionPrefix>3.1.7</VersionPrefix>
<VersionPrefix>3.1.8</VersionPrefix>

<!-- Package Properties -->
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
Expand Down
2 changes: 1 addition & 1 deletion MPF/MPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<VersionPrefix>3.1.7</VersionPrefix>
<VersionPrefix>3.1.8</VersionPrefix>

<!-- Package Properties -->
<Authors>Matt Nadareski;ReignStumble;Jakz</Authors>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 3.1.7-{build}
version: 3.1.8-{build}

# pull request template
pull_requests:
Expand Down

0 comments on commit 96f8269

Please sign in to comment.