mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #1971 from Salamandar/schemas
Allow + as version separator in manifest.toml schema
This commit is contained in:
commit
852ea432e7
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue