Skip to content

Commit

Permalink
Adjusted minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmightyLks committed Feb 7, 2021
1 parent e03786d commit 3db3999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CustomLoadout/CustomLoadout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CustomLoadout
SynapseMajor = 2,
SynapseMinor = 1,
SynapsePatch = 0,
Version = "1.1.0"
Version = "1.1.2"
)]
public class CustomLoadout : AbstractPlugin
{
Expand Down
4 changes: 2 additions & 2 deletions CustomLoadout/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.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

0 comments on commit 3db3999

Please sign in to comment.