From 7b417ae4254604a819e03aa0bc94799c63458170 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Fri, 10 Nov 2023 23:29:45 -0800 Subject: [PATCH] Incremented version to 2.0.0 and the minimum version to 4.0.0 --- src/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',