Skip to content

Commit c17eb52

Browse files
committed
Feat: update version 1.0.1 -> 1.0.2
1 parent a9d07d0 commit c17eb52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
bl_info = {
55
"name": "Development Kit Tool",
6-
"version": (1, 0, 1),
6+
"version": (1, 0, 2),
77
"blender": (4, 0, 0),
88
"location": "All over the place",
99
"support": "COMMUNITY",

blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ maintainer = "小萌新"
77
name = "Development Kit"
88
tagline = "Development Kit"
99
type = "add-on"
10-
version = "1.0.1"
10+
version = "1.0.2"
1111
tags = ["Development"]

0 commit comments

Comments
 (0)