diff --git a/README.md b/README.md index bbbcc4b1..9a00f798 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ order. | API | Type | Version | |---|---|---| -| [Data Node](/openapi/data-node) | Data Node | 0.2.2 | -| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.2.2 | -| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.2.2 | -| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.2.2 | +| [Data Node](/openapi/data-node) | Data Node | 0.3.0 | +| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.3.0 | +| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.3.0 | +| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.3.0 | ## Web services diff --git a/openapi/data-node/openapi.yaml b/openapi/data-node/openapi.yaml index f2685ad8..f043287b 100644 --- a/openapi/data-node/openapi.yaml +++ b/openapi/data-node/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.2.2 + version: 0.3.0 title: NLP Sandbox Data Node API contact: name: The NLP Sandbox Team diff --git a/openapi/date-annotator/openapi.yaml b/openapi/date-annotator/openapi.yaml index b2f10c9a..d740e566 100644 --- a/openapi/date-annotator/openapi.yaml +++ b/openapi/date-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.2.2 + version: 0.3.0 title: NLP Sandbox Date Annotator API contact: name: The NLP Sandbox Team diff --git a/openapi/person-name-annotator/openapi.yaml b/openapi/person-name-annotator/openapi.yaml index 728a16f0..4b4f2667 100644 --- a/openapi/person-name-annotator/openapi.yaml +++ b/openapi/person-name-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.2.2 + version: 0.3.0 title: NLP Sandbox Person Name Annotator API contact: name: The NLP Sandbox Team diff --git a/openapi/phi-deidentifier/openapi.yaml b/openapi/phi-deidentifier/openapi.yaml index 7ca781b4..8de01316 100644 --- a/openapi/phi-deidentifier/openapi.yaml +++ b/openapi/phi-deidentifier/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.2.2 + version: 0.3.0 title: NLP Sandbox Deidentifier API contact: name: The NLP Sandbox Team diff --git a/openapi/physical-address-annotator/openapi.yaml b/openapi/physical-address-annotator/openapi.yaml index 2a3a9372..f8c435f8 100644 --- a/openapi/physical-address-annotator/openapi.yaml +++ b/openapi/physical-address-annotator/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 0.2.2 + version: 0.3.0 title: NLP Sandbox Physical Address Annotator API contact: name: The NLP Sandbox Team diff --git a/package-lock.json b/package-lock.json index dca5216a..957b817e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nlpsandbox-schemas", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9626b6a..96caa9bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlpsandbox-schemas", - "version": "0.2.2", + "version": "0.3.0", "license": "Apache-2.0", "repository": "github:nlpsandbox/nlpsandbox-schemas", "devDependencies": {