Skip to content

Commit 7685320

Browse files
adjust version
1 parent 0859bef commit 7685320

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

extension/blender_manifest.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ schema_version = "1.0.0"
33
# Example of manifest file for a Blender extension
44
# Change the values according to your extension
55
id = "bevy_skein"
6-
version = "1.0.0"
6+
version = "0.1.0"
77
name = "Bevy Skein"
8-
tagline = "Improving the efficiency of Bevy/Blender workflows"
8+
tagline = "Apply Bevy Components in Blender"
99
maintainer = "Chis Biscardi <chris@christopherbiscardi.com>"
1010
# Supported types: "add-on", "theme"
1111
type = "add-on"
@@ -70,7 +70,6 @@ files = "Export GLTF to disk/import Bevy type registry"
7070
paths_exclude_pattern = [
7171
"__pycache__/",
7272
"extension/__pycache__/",
73-
"extension/test.py",
7473
"/.git/",
7574
"/*.zip",
7675
]

0 commit comments

Comments
 (0)