Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jellees committed Jun 14, 2020
1 parent 093863d commit c7303ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bl_info = {
"name": "Nitro Intermediate (.imd, .ita, .ica)",
"author": "Jelle Streekstra, Gabriele Mercurio",
"version": (0, 0, 3),
"version": (0, 1, 0),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Export intermediate files for Nitro system",
Expand Down
2 changes: 1 addition & 1 deletion export_nitro.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate_header(imd, data_name):

generator = ET.SubElement(head, 'generator')
generator.set('name', 'Nitro plugin for Blender 2.8')
generator.set('version', '0.0.3')
generator.set('version', '0.1.0')


def generate_imd(settings, model):
Expand Down

0 comments on commit c7303ea

Please sign in to comment.