Skip to content

Commit

Permalink
Switches version to 1.1.0.
Browse files Browse the repository at this point in the history
Also bumps .NET version in the GitHub workflow file.
  • Loading branch information
Heavenly Avenger committed Dec 14, 2024
1 parent 50dcddd commit 1a48854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '9.0.x'

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion ClutchFixer/ClutchFix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The process to generate this mod is automated by a console app (.NET 9) that is
{
mod_package : .package_name
{
package_version: ""v1.0.0""
package_version: ""v1.1.0""
display_name: ""Clutch Fix""
author: ""Heavenly Avenger""
category[]: ""truck""
Expand Down
2 changes: 1 addition & 1 deletion ClutchFixer/ClutchFixer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 1a48854

Please sign in to comment.