Skip to content

Commit 027d473

Browse files
authored
Update from version 0.2.2 to 0.3.0 (#142)
1 parent e330f4a commit 027d473

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ order.
1212

1313
| API | Type | Version |
1414
|---|---|---|
15-
| [Data Node](/openapi/data-node) | Data Node | 0.2.2 |
16-
| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.2.2 |
17-
| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.2.2 |
18-
| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.2.2 |
15+
| [Data Node](/openapi/data-node) | Data Node | 0.3.0 |
16+
| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.3.0 |
17+
| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.3.0 |
18+
| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.3.0 |
1919

2020
## Web services
2121

openapi/data-node/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.2
22
info:
3-
version: 0.2.2
3+
version: 0.3.0
44
title: NLP Sandbox Data Node API
55
contact:
66
name: The NLP Sandbox Team

openapi/date-annotator/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.2
22
info:
3-
version: 0.2.2
3+
version: 0.3.0
44
title: NLP Sandbox Date Annotator API
55
contact:
66
name: The NLP Sandbox Team

openapi/person-name-annotator/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.2
22
info:
3-
version: 0.2.2
3+
version: 0.3.0
44
title: NLP Sandbox Person Name Annotator API
55
contact:
66
name: The NLP Sandbox Team

openapi/phi-deidentifier/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.2
22
info:
3-
version: 0.2.2
3+
version: 0.3.0
44
title: NLP Sandbox Deidentifier API
55
contact:
66
name: The NLP Sandbox Team

openapi/physical-address-annotator/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.2
22
info:
3-
version: 0.2.2
3+
version: 0.3.0
44
title: NLP Sandbox Physical Address Annotator API
55
contact:
66
name: The NLP Sandbox Team

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nlpsandbox-schemas",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"license": "Apache-2.0",
55
"repository": "github:nlpsandbox/nlpsandbox-schemas",
66
"devDependencies": {

0 commit comments

Comments
 (0)