Skip to content

Commit

Permalink
Do 4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Mar 1, 2024
1 parent d1ea454 commit 7087087
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 @@ -54,7 +54,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, 1, 0, mobase.ReleaseType.PRE_ALPHA)
return mobase.VersionInfo(4, 1, 0, mobase.ReleaseType.FINAL)

def requirements(self):
return [
Expand Down

0 comments on commit 7087087

Please sign in to comment.