From 0042d3cf39462ec4a72caf3715ac63bb21ce156e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 23 Jan 2024 16:19:57 +0100 Subject: [PATCH] Allow + as version separator in manifest.toml schema --- schemas/manifest.v2.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {