From c855b553f6543ea7465b623c8dbd335c525f9cbb Mon Sep 17 00:00:00 2001 From: tschaffter Date: Wed, 25 Nov 2020 14:14:17 -0800 Subject: [PATCH] Bump project version to 0.2.2 --- README.md | 8 ++++---- openapi/data-node/openapi.yaml | 2 +- openapi/date-annotator/openapi.yaml | 2 +- openapi/person-name-annotator/openapi.yaml | 2 +- openapi/phi-deidentifier/openapi.yaml | 2 +- openapi/physical-address-annotator/openapi.yaml | 2 +- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d646dc5c..df4a5208 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ order. | API | Type | Version | |---|---|---| -| [Data Node](/openapi/data-node) | Data Node | 0.2.0 | -| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.2.0 | -| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.2.0 | -| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.2.0 | +| [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 | ## Web services diff --git a/openapi/data-node/openapi.yaml b/openapi/data-node/openapi.yaml index 1cc60b8d..56ebb8b2 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.0 + version: 0.2.2 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 343a9a9c..84a2c68f 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.1 + version: 0.2.2 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 38c5a341..d498d5d2 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.1 + version: 0.2.2 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 1897679e..c2c43aa7 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.0 + version: 0.2.2 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 f5380b69..5a70d257 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.1 + version: 0.2.2 title: NLP Sandbox Physical Address Annotator API contact: name: The NLP Sandbox Team diff --git a/package-lock.json b/package-lock.json index 87ea62c7..e1965fd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nlp-sandbox-schemas", - "version": "0.2.0", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2d05e15..4be0c961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlp-sandbox-schemas", - "version": "0.2.0", + "version": "0.2.2", "license": "Apache-2.0", "repository": "github:Sage-Bionetworks/nlp-sandbox-schemas", "devDependencies": {