Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbos committed Apr 11, 2021
1 parent eac371f commit 0ec3efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blender-2.8-addon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
"name": "Neverwinter Nights 2 MDB/GR2 formats (NWN2MDK)",
"author": "FreshLook",
"version": (0, 11, 1),
"version": (0, 12, 0),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Neverwinter Nights 2 MDB/GR2 Import/Export",
Expand Down
2 changes: 1 addition & 1 deletion fbx2nw/fbx2nw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ void import_art_tool_info(GR2_import_info& import_info)
void import_exporter_info(GR2_import_info& import_info)
{
import_info.exporter_info.exporter_name =
import_info.strings.get("NWN2 MDK 0.11.1");
import_info.strings.get("NWN2 MDK 0.12");
import_info.exporter_info.exporter_major_revision = 2;
import_info.exporter_info.exporter_minor_revision = 6;
import_info.exporter_info.exporter_customization = 0;
Expand Down

0 comments on commit 0ec3efa

Please sign in to comment.