From 9c05f9e60162fd1f8dfa0acbd2ff8890fafd9d32 Mon Sep 17 00:00:00 2001 From: "Erica M. (\"Loonatic\")" Date: Tue, 27 Feb 2024 17:14:47 -0600 Subject: [PATCH] Version Bump (sorry typo) --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 7bac452..9fe6b99 100644 --- a/__init__.py +++ b/__init__.py @@ -7,7 +7,7 @@ bl_info = { "name": "Panda3D Egg Exporter (MAYBEE)", "blender": (2, 80, 0), - "version": (2, 2, 0), + "version": (2, 1, 1), "location": "File > Import-Export", "description": ("Export to Panda3D EGG: meshes, uvs, materials, textures, " "armatures, animation and curves"),