[Bf-extensions-cvs] [99a9da09] master: BlenderKit: increase addon version, so we can distinguis private uploads from here.

Vilem Duha noreply at git.blender.org
Sun May 19 16:08:29 CEST 2019


Commit: 99a9da09d370d0753450000d3f074fe0f230c417
Author: Vilem Duha
Date:   Sun May 19 16:07:58 2019 +0200
Branches: master
https://developer.blender.org/rBA99a9da09d370d0753450000d3f074fe0f230c417

BlenderKit: increase addon version, so we can distinguis private uploads from here.

===================================================================

M	blenderkit/__init__.py

===================================================================

diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index 7342ea25..4fabd97f 100644
--- a/blenderkit/__init__.py
+++ b/blenderkit/__init__.py
@@ -19,7 +19,7 @@
 bl_info = {
     "name": "BlenderKit Asset Library",
     "author": "Vilem Duha",
-    "version": (1, 0, 22),
+    "version": (1, 0, 23),
     "blender": (2, 80, 0),
     "location": "View3D > Properties > BlenderKit",
     "description": "Online BlenderKit library (materials, models, brushes and more)",



More information about the Bf-extensions-cvs mailing list