Skip to content

Commit

Permalink
Adjusted versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmightyLks committed Jun 9, 2021
1 parent ce7b0a1 commit 1e9807a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HelperPlus/HelperPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace HelperPlus
SynapseMajor = 2,
SynapseMinor = 6,
SynapsePatch = 0,
Version = "1.0.0"
Version = "1.0.2"
)]
public class HelperPlus : AbstractPlugin
{
Expand Down
4 changes: 2 additions & 2 deletions HelperPlus/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.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

0 comments on commit 1e9807a

Please sign in to comment.