Skip to content

Commit

Permalink
Update Version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Macavity committed Feb 1, 2021
1 parent ab11dd9 commit b4a0d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FateAutoLeveler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class FateAutoLeveler : IBotPlugin
{
#region Basics
public string Author { get { return "Sidgurdan"; } }
public Version Version { get { return new Version(1, 3); } }
public Version Version { get { return new Version(1, 4); } }
public string Name { get { return "Fate Auto Leveler"; } }
public string EnglishName { get { return "Fate Auto Leveler"; } }
public string Description { get { return "Moves your character to appropriate level range."; } }
Expand Down

0 comments on commit b4a0d0f

Please sign in to comment.