From e51013eec7d9b164368d45333448c59fb8a5c703 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Sat, 14 Aug 2021 16:39:23 -0700 Subject: [PATCH] Incremented version. --- io_export_psk_psa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_export_psk_psa/__init__.py b/io_export_psk_psa/__init__.py index 84a3e4f..51da0f6 100644 --- a/io_export_psk_psa/__init__.py +++ b/io_export_psk_psa/__init__.py @@ -1,7 +1,7 @@ bl_info = { "name": "PSK/PSA Exporter", "author": "Colin Basnett", - "version": ( 1, 0, 0 ), + "version": ( 1, 1, 0 ), "blender": ( 2, 80, 0 ), "location": "File > Export > PSK Export (.psk)", "description": "PSK/PSA Export (.psk)",