Skip to content

Commit

Permalink
4.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Feb 20, 2024
1 parent bf05ad5 commit 718e541
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 @@ -52,7 +52,7 @@ def description(self):
return OpenMWExportPlugin.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(4, 0, 0, mobase.ReleaseType.BETA)
return mobase.VersionInfo(4, 0, 0, mobase.ReleaseType.FINAL)

def requirements(self):
return [
Expand Down

0 comments on commit 718e541

Please sign in to comment.