From d8cffb7383784795b36d4b0720cea910fc332f21 Mon Sep 17 00:00:00 2001 From: tomek0055 Date: Sun, 21 Jan 2024 19:18:45 +0100 Subject: [PATCH] Change plugin version to 1.2.1 --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index dee748b..d140dfa 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,7 +1,7 @@ bl_info = { "name" : "TrackMania Unlimiter: Custom Block exporter", "author": "Tomek0055", - "version" : (1, 2, 0), + "version" : (1, 2, 1), "blender" : (4, 0, 0), "doc_url" : "https://github.com/tomek0055/tmunlimiter_blender_plugin", "support" : "COMMUNITY",