We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24f38a commit 515b206Copy full SHA for 515b206
latticejson/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = "LatticeJSON"
2
__description__ = "A JSON based lattice file format"
3
__url__ = "https://github.com/andreasfelix/latticejson"
4
-__version__ = "0.1.3"
+__version__ = "0.1.4"
5
__author__ = "Felix Andreas"
6
__license__ = "GNU General Public License v3.0"
latticejson/schema.json
@@ -1,7 +1,7 @@
{
"$id": "https://raw.githubusercontent.com/nobeam/latticejson/master/latticejson/schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
- "title": "LatticeJSON Schema, version 2.1",
+ "title": "LatticeJSON Schema, version 2.2",
"description": "A JSON based lattice file format",
"additionalProperties": false,
7
"required": [
@@ -337,4 +337,4 @@
337
]
338
}
339
340
-}
+}
0 commit comments