Fix version regex
This commit is contained in:
parent
dc9ffe88ea
commit
47049920ca
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
"version": {
|
||||
"description": "The version of your project",
|
||||
"type": "string",
|
||||
"pattern": "^[0-9]+.[0-9]+.[0-9]+(-[0-9A-Za-z-.]+)?(+[0-9A-Za-z-.]+)?$",
|
||||
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(-[0-9A-Za-z-.]+)?(\\+[0-9A-Za-z-.]+)?$",
|
||||
"examples": ["1.0.0"]
|
||||
},
|
||||
"gleam_version": {
|
||||
|
|
Loading…
Reference in a new issue