Skip to content

Commit

Permalink
Increase Version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGK82 committed Apr 4, 2021
1 parent 810c335 commit d6ac570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackHistorian/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace PackTracker {
public class Plugin : IPlugin {
const string _name = "Pack Tracker";
readonly static Version _version = new Version("1.3.2");
readonly static Version _version = new Version("1.4.0");

private PackWatcher _watcher;
Updater _updater;
Expand Down

0 comments on commit d6ac570

Please sign in to comment.