We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d07d0 commit c17eb52Copy full SHA for c17eb52
__init__.py
@@ -3,7 +3,7 @@
3
4
bl_info = {
5
"name": "Development Kit Tool",
6
- "version": (1, 0, 1),
+ "version": (1, 0, 2),
7
"blender": (4, 0, 0),
8
"location": "All over the place",
9
"support": "COMMUNITY",
blender_manifest.toml
@@ -7,5 +7,5 @@ maintainer = "小萌新"
name = "Development Kit"
tagline = "Development Kit"
type = "add-on"
10
-version = "1.0.1"
+version = "1.0.2"
11
tags = ["Development"]
0 commit comments