bump version
This commit is contained in:
parent
e8fd0d8243
commit
c302676ae3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ A 3D font helper
|
|||
bl_info = {
|
||||
"name": "ABC3D",
|
||||
"author": "Jakob Schlötter, Studio Pointer*",
|
||||
"version": (0, 0, 1),
|
||||
"version": (0, 0, 2),
|
||||
"blender": (4, 1, 0),
|
||||
"location": "VIEW3D",
|
||||
"description": "Does ABC3D stuff",
|
||||
|
|
|
@ -4,7 +4,7 @@ def get_version_major():
|
|||
def get_version_minor():
|
||||
return 0
|
||||
def get_version_patch():
|
||||
return 1
|
||||
return 2
|
||||
def get_version_string():
|
||||
return f"{get_version_major()}.{get_version_minor()}.{get_version_patch}"
|
||||
def prefix():
|
||||
|
|
Loading…
Reference in a new issue