From 1121b18fcbf45193d5a4d5560164bf2999428321 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Mon, 23 Aug 2021 23:24:02 -0700 Subject: [PATCH] Incremented version. --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 44c71bb..df74f36 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, 0, 1), + 'version': (1, 0, 2), 'blender': (2, 90, 0), 'location': 'File > Import-Export', 'warning': 'This add-on is under development.',