Skip to content

Commit

Permalink
cleanup for 1.0.5.5
Browse files Browse the repository at this point in the history
1.0.5.5
community changes can be found under the commits, or pull requests page.
  • Loading branch information
Saltyq committed Mar 7, 2020
1 parent 47e5f6f commit 2d3fbb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions source/scripting_v3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ScriptHookRDRNetAPI")]
[assembly: AssemblyCopyright("Copyright © 2019 Salty | Copyright © 2015 crosire")]
[assembly: AssemblyCopyright("Copyright © 2020 Salty | Copyright © 2015 crosire")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.5.4")]
[assembly: AssemblyFileVersion("1.0.5.4")]
[assembly: AssemblyVersion("1.0.5.5")]
[assembly: AssemblyFileVersion("1.0.5.5")]
4 changes: 2 additions & 2 deletions source/scripting_v3/RDR2/MarkerType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace RDR2
{
public enum MarkerType
public enum MarkerType: uint
{
Cylinder = 0x94FDAE17,
Cube = 0x6EB7D3BB,
Expand All @@ -23,6 +23,6 @@ public enum MarkerType
Num_6 = 0xF9B24FB3,
Num_7 = 0x75FEB0E,
Num_8 = 0xDD839756,
num_9 = 0xE9F6303B,
num_9 = 0xE9F6303B
}
}

0 comments on commit 2d3fbb5

Please # to comment.