Skip to content

Commit

Permalink
increment version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zode committed Dec 27, 2023
1 parent c899cd7 commit d48a599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
bl_info = {
"name" : "Zode's blender utils",
"author" : "Zode",
"version" : (1, 2, 5),
"blender" : (3, 1, 0),
"version" : (1, 3, 0),
"blender" : (4, 0, 0),
"description" : "Adds various utility function(s) to blender",
"warning": "",
"wiki_url": "https://github.com/Zode/blenderutils",
Expand Down

0 comments on commit d48a599

Please sign in to comment.