Bump version to reflect 2.5.0 release

This commit is contained in:
Jeremy Rimpo
2023-11-24 21:15:41 -06:00
parent af0868c984
commit eb0d408b1d
+1 -1
View File
@@ -436,7 +436,7 @@ class DDSPreview(mobase.IPluginPreview):
return self.tr("Lets you preview DDS files by actually uploading them to the GPU.")
def version(self):
return mobase.VersionInfo(1, 0, 0, 0)
return mobase.VersionInfo(1, 0, 1, 0)
def settings(self):
return [mobase.PluginSetting("log gl errors", self.tr(