Incremented version to 2.0.0 and the minimum version to 4.0.0

This commit is contained in:
Colin Basnett
2023-11-10 23:29:45 -08:00
parent c59f16ed5e
commit 7b417ae425

View File

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