Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwalsh1 committed Sep 13, 2020
1 parent 29f86f7 commit 405a045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NicEDInfo/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
this = sys.modules[__name__]
this.plugin_name = "Nic ED Info"
this.plugin_url = "https://github.com/jpwalsh1/NicEDInfo"
this.version_info = (0, 2, 0)
this.version_info = (0, 3, 0)
this.version = ".".join(map(str, this.version_info))
this.missions = {}

Expand Down

0 comments on commit 405a045

Please sign in to comment.