Skip to content

Commit

Permalink
Begin beta phase for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed May 8, 2023
1 parent ce0e486 commit 7f45328
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.ALPHA)
return mobase.VersionInfo(4, 0, 0, mobase.ReleaseType.BETA)

def requirements(self):
return [
Expand Down

0 comments on commit 7f45328

Please sign in to comment.