diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 255c68f1..dc364e64 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -85,7 +85,7 @@ "version": { "description": "App and package version", "type": "string", - "pattern": "^[0-9a-z]*([\\.-][0-9a-z]*)*~ynh[0-9]*$" + "pattern": "^[0-9a-z]*([\\.+-][0-9a-z]*)*~ynh[0-9]*$" }, "description": {"$ref": "#/$defs/translated_string"}, "maintainers": {