Skip to content

Commit 552443b

Browse files
committed
Allow cutekit projects to have a version field.
1 parent 0ce268b commit 552443b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

stable/cutekit.manifest.project.v1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"description": "A description of this manifest",
2222
"type": "string"
2323
},
24+
"version": {
25+
"description": "The version of this manifest",
26+
"type": "string"
27+
},
2428
"extern": {
2529
"description": "A list of external dependencies",
2630
"type": "object",

0 commit comments

Comments
 (0)