Merge branch '247-auto-updater-breaks-dependency-auto-installer' into 'develop'

feat: bump addon version

See merge request slumber/multi-user!170
This commit is contained in:
Swann Martinez 2022-02-10 15:20:58 +00:00
commit 047bd47048
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",