We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7138153 commit 009a03bCopy full SHA for 009a03b
__init__.py
@@ -1,7 +1,7 @@
1
from . import registration
2
bl_info = {
3
"name": "Development Kit Tool",
4
- "version": (1, 0, 2),
+ "version": (1, 0, 3),
5
"blender": (4, 0, 0),
6
"location": "All over the place",
7
"support": "COMMUNITY",
blender_manifest.toml
@@ -7,5 +7,5 @@ maintainer = "小萌新"
name = "Development Kit"
8
tagline = "Development Kit"
9
type = "add-on"
10
-version = "1.0.2"
+version = "1.0.3"
11
tags = ["Development"]
0 commit comments