Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
added lml support
  • Loading branch information
craftycram committed Sep 18, 2020
1 parent 9db97f0 commit c0f833c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MechanicBackup/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void Main()
{
//Game.DisplayHelp("Hello World!");

Version currentVersion = new Version("1.0.1");
Version currentVersion = new Version("1.0.2");
Version newVersion = new Version();

Game.DisplayNotification("MechanicBackupPlugin " + currentVersion + " loaded successfully");
Expand Down
4 changes: 2 additions & 2 deletions MechanicBackup/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [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 c0f833c

Please sign in to comment.