Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxyMaster2 committed Jan 1, 2023
1 parent 80db1b3 commit b790b1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HitsoundTweaks/HitsoundTweaks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<OutputPath>bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="$(DefineConstants.Contains('CIBuild')) OR '$(NCrunch)' == '1'">
<DisableCopyToPlugins>True</DisableCopyToPlugins>
Expand Down
4 changes: 2 additions & 2 deletions HitsoundTweaks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
2 changes: 1 addition & 1 deletion HitsoundTweaks/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "HitsoundTweaks",
"name": "HitsoundTweaks",
"author": "GalaxyMaster",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adds more configurability to hitsounds, and fixes several base game bugs to make them more reliable and consistent.",
"gameVersion": "1.21.0",
"dependsOn": {
Expand Down

0 comments on commit b790b1c

Please sign in to comment.