diff --git a/COMPARISON.md b/COMPARISON.md index 51cc3bb..8e62f94 100644 --- a/COMPARISON.md +++ b/COMPARISON.md @@ -14,7 +14,7 @@ Here I'd like to give an overview of what the validators are capable of and what | | Python Validator | PySTAC | STAC Node Validator | | :------------------------- | ------------------------------------------ | ------------------- | ------------------- | -| Validator Version | 1.0.1 | 0.5.2 | 1.2.1 | +| Validator Version | 1.0.1 | 0.5.2 | 1.2.2 | | Language | Python 3.6 | Python 3 | NodeJS | | CLI | Yes | No | Yes | | Programmatic | Yes | Yes | Planned | diff --git a/README.md b/README.md index 9ecc3d3..bdc4ca6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by ## Versions -**Current version: 1.2.1** +**Current version: 1.2.2** | STAC Node Validator Version | Supported STAC Versions | | --------------------------- | ----------------------- | diff --git a/package.json b/package.json index 2b16483..d3cfd6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stac-node-validator", - "version": "1.2.1", + "version": "1.2.2", "description": "STAC Validator for NodeJS", "author": "Matthias Mohr", "license": "Apache-2.0",