Skip to content

Commit

Permalink
Set release type to Final
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Aug 18, 2020
1 parent 21cdc25 commit d8f52f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMWExport.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def description(self):
return self.__tr("Transfers mod list (left pane) to data fields in OpenMW.cfg and plugin list (right pane, plugins tab) to content fields in OpenMW.cfg. This allows you to run OpenMW with the current profile's setup from outside of Mod Organizer")

def version(self):
return mobase.VersionInfo(3, 0, 0, mobase.ReleaseType.BETA)
return mobase.VersionInfo(3, 0, 0, mobase.ReleaseType.FINAL)

def isActive(self):
return (self.__organizer.managedGame().gameName() == "Morrowind")
Expand Down

0 comments on commit d8f52f2

Please sign in to comment.