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