Skip to content

Commit 009a03b

Browse files
committed
Feat: update version 1.0.2 -> 1.0.3
1 parent 7138153 commit 009a03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from . import registration
22
bl_info = {
33
"name": "Development Kit Tool",
4-
"version": (1, 0, 2),
4+
"version": (1, 0, 3),
55
"blender": (4, 0, 0),
66
"location": "All over the place",
77
"support": "COMMUNITY",

blender_manifest.toml

+1-1
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.2"
10+
version = "1.0.3"
1111
tags = ["Development"]

0 commit comments

Comments
 (0)