From edfcdd8867bd6fc4d5d91418b25165908989e755 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Tue, 15 Feb 2022 11:00:18 +0100 Subject: [PATCH] feat: bump version --- multi_user/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_user/__init__.py b/multi_user/__init__.py index 660df40..353a493 100644 --- a/multi_user/__init__.py +++ b/multi_user/__init__.py @@ -19,7 +19,7 @@ bl_info = { "name": "Multi-User", "author": "Swann Martinez", - "version": (0, 5, 1), + "version": (0, 5, 2), "description": "Enable real-time collaborative workflow inside blender", "blender": (2, 82, 0), "location": "3D View > Sidebar > Multi-User tab",