From 0f094ef17f92986d86b48c8d903b1c6511a06bc5 Mon Sep 17 00:00:00 2001 From: tomek0055 Date: Wed, 3 Jan 2024 14:45:46 +0100 Subject: [PATCH] Change plugin version to 1.1.1 --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 08965ed..7355352 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, 1, 0), + "version" : (1, 1, 1), "blender" : (4, 0, 0), "doc_url" : "https://github.com/tomek0055/tmunlimiter_blender_plugin", "support" : "COMMUNITY",