add version attribute to theme schema

This commit is contained in:
Konstantin Bulenkov
2018-08-13 18:30:24 +02:00
parent 7e5546380b
commit a6990b0821
@@ -1,4 +1,5 @@
{
"version": "0.1",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": ["name", "dark", "author", "ui"],