bump version v0.0.3
This commit is contained in:
parent
20fb69465b
commit
648d4a6dee
2 changed files with 4 additions and 3 deletions
|
@ -15,12 +15,13 @@ import importlib
|
|||
bl_info = {
|
||||
"name": "ABC3D",
|
||||
"author": "Jakob Schlötter, Studio Pointer*",
|
||||
"version": (0, 0, 2),
|
||||
"version": (0, 0, 3),
|
||||
"blender": (4, 1, 0),
|
||||
"location": "VIEW3D",
|
||||
"description": "Convenience addon for 3D fonts",
|
||||
"category": "Typography",
|
||||
}
|
||||
# NOTE: also change version in common/utils.py
|
||||
|
||||
# make sure that modules are reloadable
|
||||
# when registering
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue