Skip to content

Commit

Permalink
Merge pull request #389 from GateNLP/dev
Browse files Browse the repository at this point in the history
Change to v2.1.1
  • Loading branch information
twinkarma authored Oct 2, 2023
2 parents c05f692 + fdeb255 commit 0490b06
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ repository-code: https://github.com/GateNLP/gate-teamware
title: GATE Teamware
type: software
url: https://gatenlp.github.io/gate-teamware/
version: 2.1.0
version: 2.1.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Teamware is developed by the [GATE](https://gate.ac.uk) team, an academic resear
## Citation
For published work that has used Teamware, please cite this repository. One way is to include a citation such as:

> Karmakharm, T., Wilby, D., Roberts, I., & Bontcheva, K. (2022). GATE Teamware (Version 2.1.0) [Computer software]. https://github.com/GateNLP/gate-teamware
> Karmakharm, T., Wilby, D., Roberts, I., & Bontcheva, K. (2022). GATE Teamware (Version 2.1.1) [Computer software]. https://github.com/GateNLP/gate-teamware
Please use the `Cite this repository` button at the top of the [project's GitHub repository](https://github.com/GATENLP/gate-teamware) to get an up to date citation.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gate-teamware-docs",
"version": "2.1.0",
"version": "2.1.1",
"description": "Documentation for GATE Teamware.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
"mustache": "^4.2.0",
"npm-run-all": "^4.1.5"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gate-teamware",
"version": "2.1.0",
"version": "2.1.1",
"description": "A service for collaborative document annotation.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -58,4 +58,4 @@
"papaparse": "^5.3.0"
},
"optionalDependencies": {}
}
}

0 comments on commit 0490b06

Please sign in to comment.