Fix version regex

This commit is contained in:
Lily Rose 2025-08-07 20:39:28 +10:00
parent dc9ffe88ea
commit 47049920ca

View file

@ -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": {