Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Set bl_info version to 0.3.1
Browse files Browse the repository at this point in the history
Prepare for 0.3.1 tag by updating the bl_info version.

Signed-off-by: Darren Hart <[email protected]>
  • Loading branch information
dvhart committed Jun 21, 2020
1 parent c243d7e commit b39e7d3
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 @@ -53,11 +53,11 @@
bl_info = {
"name": "Thicket: Laubwerk Plants Add-on for Blender",
"author": "Darren Hart",
"version": (0, 3, 0),
"version": (0, 3, 1),
"blender": (2, 80, 0),
"location": "View3D > Sidebar > Thicket",
"description": "Import Laubwerk Plants (.lbw.gz)",
#"warning": "This is an unofficial development release",
# "warning": "This is an unofficial development release",
"wiki_url": "https://github.com/Thicket-Blender/thicket/blob/master/README.md",
"tracker_url": "https://github.com/Thicket-Blender/thicket/issues",
"support": 'COMMUNITY',
Expand Down

0 comments on commit b39e7d3

Please sign in to comment.