diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } diff --git a/README.md b/README.md index 61150cf..78d04e0 100644 --- a/README.md +++ b/README.md @@ -141,16 +141,16 @@ You can download the files through direct links or using curl commands. **Direct links** -- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/nodes.jsonl?ref=github) -- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/relationships.jsonl?ref=github) +- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.12.0/exports/nodes.jsonl?ref=github) +- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.12.0/exports/relationships.jsonl?ref=github) **Using curl commands** If you don't have curl installed, visit https://github.com/curl/curl for installation instructions. ```bash -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl -curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.11.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.12.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl +curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.12.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl ``` #### Querying with jq