Skip to content

Commit 515b206

Browse files
Release 0.1.4 (#71)
1 parent e24f38a commit 515b206

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

latticejson/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "LatticeJSON"
22
__description__ = "A JSON based lattice file format"
33
__url__ = "https://github.com/andreasfelix/latticejson"
4-
__version__ = "0.1.3"
4+
__version__ = "0.1.4"
55
__author__ = "Felix Andreas"
66
__license__ = "GNU General Public License v3.0"

latticejson/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "https://raw.githubusercontent.com/nobeam/latticejson/master/latticejson/schema.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"title": "LatticeJSON Schema, version 2.1",
4+
"title": "LatticeJSON Schema, version 2.2",
55
"description": "A JSON based lattice file format",
66
"additionalProperties": false,
77
"required": [
@@ -337,4 +337,4 @@
337337
]
338338
}
339339
}
340-
}
340+
}

0 commit comments

Comments
 (0)