Skip to content

Commit

Permalink
Bump version to 1.0.1.6
Browse files Browse the repository at this point in the history
Remediate lag (#1, #2), New effect (#3)
  • Loading branch information
ryand56 committed Sep 5, 2022
1 parent 89eb967 commit db9e85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChaosVDotNet/ChaosVDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<Compile Include="Effects\db\Misc\Airstrike.cs" />
<Compile Include="Effects\db\Misc\Earthquake.cs" />
<Compile Include="Effects\db\Misc\Gravity.cs" />
<Compile Include="Effects\db\Ped\AttackPlayer.cs" />
<Compile Include="Effects\db\Ped\IgniteNearby.cs" />
<Compile Include="Effects\db\Ped\Mercenaries.cs" />
<Compile Include="Effects\db\Ped\PhoneRing.cs" />
Expand Down
4 changes: 2 additions & 2 deletions ChaosVDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0.1.5")]
[assembly: AssemblyFileVersion("1.0.1.5")]
[assembly: AssemblyVersion("1.0.1.6")]
[assembly: AssemblyFileVersion("1.0.1.6")]

0 comments on commit db9e85b

Please sign in to comment.