Version Bump

This commit is contained in:
989onan
2025-07-15 17:53:10 -04:00
parent f8ef79e7cc
commit c055d60053
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ def show_version_error_popup():
def register():
import bpy
version = bpy.app.version
if version[0] > 4 or (version[0] == 4 and version[1] >= 5):
if version[0] > 5 or (version[0] == 5 and version[1] >= 3):
show_version_error_popup()
return