diff --git a/README.md b/README.md index 6458b89..7b762a0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Requires Blender 2.79. Find the latest archive here: - + You can install the archive using the ``Install from File...`` button in ``File->User preferences...->Add-ons``. After installing you have to find the add-on and activate it. diff --git a/addons/io_scene_gltf/__init__.py b/addons/io_scene_gltf/__init__.py index e20dfcf..3565b37 100644 --- a/addons/io_scene_gltf/__init__.py +++ b/addons/io_scene_gltf/__init__.py @@ -11,7 +11,7 @@ 'name': 'glTF 2.0 Importer', 'author': 'Kristian Sons (ksons), scurest', 'blender': (2, 79, 0), - 'version': (0, 3, 0), + 'version': (0, 4, 0), 'location': 'File > Import > glTF JSON (.gltf/.glb)', 'description': 'Importer for the glTF 2.0 file format.', 'warning': '',