doc: update changelog and version

This commit is contained in:
Swann Martinez 2022-06-12 21:10:38 +02:00
parent ff67b581b1
commit 4cb64e5e77
2 changed files with 8 additions and 2 deletions

View File

@ -265,3 +265,9 @@ All notable changes to this project will be documented in this file.
- Server crashing during snapshots
- Blender 3.1 numpy loading error during early connection process
- Server docker arguments
## [0.5.5] - 2022-06-12
### Fixed
- Numpy mesh serialization error

View File

@ -19,7 +19,7 @@
bl_info = {
"name": "Multi-User",
"author": "Swann Martinez",
"version": (0, 5, 4),
"version": (0, 5, 5),
"description": "Enable real-time collaborative workflow inside blender",
"blender": (2, 82, 0),
"location": "3D View > Sidebar > Multi-User tab",