feat: bump addon version

This commit is contained in:
Swann Martinez 2022-02-10 16:20:22 +01:00
parent 62f52db5b2
commit d32cbb7b30
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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",