update addons (for 5.2)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
bl_info = {
|
||||
"name": "BlenderKit Online Asset Library",
|
||||
"author": "Vilem Duha, Petr Dlouhy, A. Gajdosik, Michal Hons",
|
||||
"version": (3, 19, 1, 260402), # X.Y.Z.yymmdd
|
||||
"version": (3, 19, 2, 260411), # X.Y.Z.yymmdd
|
||||
"blender": (3, 0, 0),
|
||||
"location": "View3D > Properties > BlenderKit",
|
||||
"description": "Boost your workflow with drag&drop assets from the community driven library.",
|
||||
@@ -28,7 +28,7 @@ bl_info = {
|
||||
"tracker_url": "https://github.com/BlenderKit/blenderkit/issues",
|
||||
"category": "3D View",
|
||||
}
|
||||
VERSION = (3, 19, 1, 260402)
|
||||
VERSION = (3, 19, 2, 260411)
|
||||
|
||||
import logging
|
||||
import random
|
||||
|
||||
Reference in New Issue
Block a user