From d32cbb7b30001f7b6b32c8b54129b1f9a2993829 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Thu, 10 Feb 2022 16:20:22 +0100 Subject: [PATCH] feat: bump addon version --- CHANGELOG.md | 7 +++++++ multi_user/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592ff0f..ecc6e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -240,3 +240,10 @@ All notable changes to this project will be documented in this file. - Skin vertex radius synchronization (@kromar) - Sequencer audio strip synchronization - Crash with empty after a reconnection + +## [0.5.1] - 2022-02-10 + +### Fixed + +- Auto updater breaks dependency auto installer +- Auto updater update from tag \ No newline at end of file diff --git a/multi_user/__init__.py b/multi_user/__init__.py index 8d052f2..660df40 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, 0), + "version": (0, 5, 1), "description": "Enable real-time collaborative workflow inside blender", "blender": (2, 82, 0), "location": "3D View > Sidebar > Multi-User tab",