diff --git a/send2ue/addon/__init__.py b/send2ue/addon/__init__.py index c3f62851..f8066e66 100644 --- a/send2ue/addon/__init__.py +++ b/send2ue/addon/__init__.py @@ -15,7 +15,7 @@ bl_info = { "name": "Send to Unreal", "author": "Epic Games Inc.", - "version": (1, 4, 7), # addon plugin version + "version": (1, 4, 8), # addon plugin version "blender": (2, 83, 0), # minimum blender version "location": "Header > Pipeline > Export > Send to Unreal", "description": "Sends an asset to the first open Unreal Editor instance on your machine.",