Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilem Duha <vilem.duha@gmail.com>2019-05-28 16:53:44 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-28 21:41:32 +0300
commit2f9b3836cc8d437ad5a86a528a76dc64bd1b6033 (patch)
tree22d1750579ad5c5e374954bd70b9111bdf78d069 /blenderkit/__init__.py
parent18b843223df65b40bf77cb3c57a3824e2812647b (diff)
BlenderKit: switch to new validation system, wher mark for validation isn't needed.
Further protect for unavailable quotas from the server.
Diffstat (limited to 'blenderkit/__init__.py')
-rw-r--r--blenderkit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py
index 07062b03..67c76eba 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, 23),
+ "version": (1, 0, 24),
"blender": (2, 80, 0),
"location": "View3D > Properties > BlenderKit",
"description": "Online BlenderKit library (materials, models, brushes and more)",