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:
commit
047bd47048
@ -240,3 +240,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Skin vertex radius synchronization (@kromar)
|
- Skin vertex radius synchronization (@kromar)
|
||||||
- Sequencer audio strip synchronization
|
- Sequencer audio strip synchronization
|
||||||
- Crash with empty after a reconnection
|
- Crash with empty after a reconnection
|
||||||
|
|
||||||
|
## [0.5.1] - 2022-02-10
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Auto updater breaks dependency auto installer
|
||||||
|
- Auto updater update from tag
|
@ -19,7 +19,7 @@
|
|||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Multi-User",
|
"name": "Multi-User",
|
||||||
"author": "Swann Martinez",
|
"author": "Swann Martinez",
|
||||||
"version": (0, 5, 0),
|
"version": (0, 5, 1),
|
||||||
"description": "Enable real-time collaborative workflow inside blender",
|
"description": "Enable real-time collaborative workflow inside blender",
|
||||||
"blender": (2, 82, 0),
|
"blender": (2, 82, 0),
|
||||||
"location": "3D View > Sidebar > Multi-User tab",
|
"location": "3D View > Sidebar > Multi-User tab",
|
||||||
|
Loading…
Reference in New Issue
Block a user