Skip to content

Commit

Permalink
Increment version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostkeeper committed Nov 24, 2023
1 parent 96e2b37 commit 40ae7b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.2 - Bug Fixes
====
* Fix support in newer Blender versions, up to 4.0.
* Run tests using Python 3.10.

1.0.1 - Bug Fixes
====
* Fix the resource ID of exported materials to be integer.
Expand Down
2 changes: 1 addition & 1 deletion io_mesh_3mf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
bl_info = {
"name": "3MF format",
"author": "Ghostkeeper",
"version": (1, 0, 0),
"version": (1, 0, 2),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Import-Export 3MF files",
Expand Down

0 comments on commit 40ae7b9

Please sign in to comment.