diff --git a/src/__init__.py b/src/__init__.py index eed97c3..6418df4 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -2,8 +2,8 @@ bl_info = { 'name': 'ASCII Scene Export (ASE)', 'description': 'Export ASE (ASCII Scene Export) files', 'author': 'Colin Basnett (Darklight Games)', - 'version': (1, 2, 1), - 'blender': (2, 90, 0), + 'version': (2, 0, 0), + 'blender': (4, 0, 0), 'location': 'File > Import-Export', 'warning': 'This add-on is under development.', 'wiki_url': 'https://github.com/DarklightGames/io_scene_ase/wiki',