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:
authorJulien Duroure <julien.duroure@gmail.com>2019-05-18 00:28:12 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-05-18 00:28:12 +0300
commitca5a47570fd872f03aa9a8ad95c6375df91cd002 (patch)
treea19ddb72e2aca03ba10a8ec84cab855a6919a325
parentdaaec0521b8cddbaab4b51e0d28864aa27f4a62f (diff)
glTF importer: forget to increase version of addon in previous commit
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 9eb9e86c..a33bc292 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,7 +15,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (0, 9, 9),
+ "version": (0, 9, 10),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',