Skip to content

Commit 8bb2ca6

Browse files
committed
Increase version
Signed-off-by: Squareys <Squareys@googlemail.com>
1 parent c084e72 commit 8bb2ca6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/io_scene_ogex/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Inofficial Export plugin for Blender by Jonathan Hale,
77
# based on the official Export plugin by Eric Lengyel
88
#
9-
# Version 1.1.2.0
9+
# Version 1.1.2.1
1010
#
1111
# Copyright © 2015, 2016 Jonathan Hale
1212
# Copyright © 2015 Terathon Software LLC
@@ -29,13 +29,13 @@
2929

3030
from io_scene_ogex.OpenGexExporter import OpenGexExporter
3131

32-
__author__ = 'Eric Lengyel, Jonathan Hale, Nicolas Wehrle'
32+
__author__ = ' Jonathan Hale, Eric Lengyel,Nicolas Wehrle'
3333

3434
bl_info = {
3535
"name": "OpenGEX format (.ogex)",
3636
"description": "OpenGEX Exporter",
37-
"author": "Eric Lengyel, Jonathan Hale, Nicolas Wehrle",
38-
"version": (1, 1, 2, 0),
37+
"author": "Jonathan Hale, Eric Lengyel, Nicolas Wehrle",
38+
"version": (1, 1, 2, 1),
3939
"location": "File > Import-Export",
4040
"category": "Import-Export"}
4141

0 commit comments

Comments
 (0)