Skip to content

Commit

Permalink
v2.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 30, 2025
1 parent 7202d53 commit 7e39c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by

## Versions

**Current version:** 2.0.0-beta.13
**Current version:** 2.0.0-beta.14

| STAC Node Validator Version | Supported STAC Versions |
| --------------------------- | ----------------------- |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stac-node-validator",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"description": "STAC Validator for NodeJS",
"author": "Matthias Mohr",
"license": "Apache-2.0",
Expand All @@ -14,15 +14,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/stac-utils/stac-node-validator.git"
"url": "git+https://github.com/stac-utils/stac-node-validator.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/m-mohr"
},
"main": "src/index.js",
"bin": {
"stac-node-validator": "./bin/cli.js"
"stac-node-validator": "bin/cli.js"
},
"files": [
"bin/cli.js",
Expand Down

0 comments on commit 7e39c5e

Please sign in to comment.