From e57c36d6b89f8f2ec86cc0d91af618e5e7d8685a Mon Sep 17 00:00:00 2001 From: sercero Date: Sat, 9 Mar 2024 23:13:28 -0300 Subject: [PATCH] Update version to 0.8.5 --- io_ogre/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_ogre/__init__.py b/io_ogre/__init__.py index 0b0c369..c6922fc 100644 --- a/io_ogre/__init__.py +++ b/io_ogre/__init__.py @@ -17,7 +17,7 @@ bl_info = { "name": "OGRE Importer-Exporter (.scene, .mesh, .skeleton)", "author": "Brett, S.Rombauts, F00bar, Waruck, Mind Calamity, Mr.Magne, Jonne Nauha, vax456, Richard Plangger, Pavel Rojtberg, Guillermo Ojea Quintana", - "version": (0, 8, 3), + "version": (0, 8, 5), "blender": (2, 80, 0), "location": "File > Import and Export...", "description": "Import and Export to and from Ogre xml and binary formats",