Skip to content

Commit

Permalink
Release 0.1.4 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-andreas authored Dec 7, 2020
1 parent e24f38a commit 515b206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latticejson/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "LatticeJSON"
__description__ = "A JSON based lattice file format"
__url__ = "https://github.com/andreasfelix/latticejson"
__version__ = "0.1.3"
__version__ = "0.1.4"
__author__ = "Felix Andreas"
__license__ = "GNU General Public License v3.0"
4 changes: 2 additions & 2 deletions latticejson/schema.json
Original file line number Diff line number Diff line change
@@ -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,
"required": [
Expand Down Expand Up @@ -337,4 +337,4 @@
]
}
}
}
}

0 comments on commit 515b206

Please sign in to comment.