diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fd65c48 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*.json] +indent_style = space +indent_size = 2 +insert_final_newline = true diff --git a/io.github.limo_app.limo.json b/io.github.limo_app.limo.json index 451ae03..31d1ebf 100644 --- a/io.github.limo_app.limo.json +++ b/io.github.limo_app.limo.json @@ -345,7 +345,11 @@ { "type": "git", "url": "https://github.com/limo-app/limo.git", - "tag": "v1.1" + "tag": "v1.1", + "x-checker-data": { + "type": "git", + "tag-pattern": "^v([\\d.]+)$" + } } ] }