From 10fe75c2aa8ea21f552ddc1221face73193c2988 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Mon, 18 Sep 2023 12:57:02 -0700 Subject: [PATCH] Updated the minimum Blender version to 4.0.0 and incremented the addon version to 6.0.0 --- io_scene_psk_psa/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_scene_psk_psa/__init__.py b/io_scene_psk_psa/__init__.py index 9f240c8..c8bcd3c 100644 --- a/io_scene_psk_psa/__init__.py +++ b/io_scene_psk_psa/__init__.py @@ -1,8 +1,8 @@ bl_info = { "name": "PSK/PSA Importer/Exporter", "author": "Colin Basnett, Yurii Ti", - "version": (5, 0, 5), - "blender": (3, 4, 0), + "version": (6, 0, 0), + "blender": (4, 0, 0), "description": "PSK/PSA Import/Export (.psk/.psa)", "warning": "", "doc_url": "https://github.com/DarklightGames/io_scene_psk_psa",