From 9c6215aa2044dd6350f94b45bb7407cffee0b7e8 Mon Sep 17 00:00:00 2001 From: Twin Karmakharm Date: Mon, 2 Oct 2023 16:53:28 +0100 Subject: [PATCH] Change to v2.1.1 --- CITATION.cff | 2 +- README.md | 2 +- VERSION | 2 +- docs/package.json | 4 ++-- package.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c2dabc4c..f7c191ed 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/README.md b/README.md index d13e4263..34cfc267 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/VERSION b/VERSION index 7ec1d6db..7c327287 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.1.1 \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index b347e3af..a79d2b60 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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": { @@ -33,4 +33,4 @@ "mustache": "^4.2.0", "npm-run-all": "^4.1.5" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 5d495284..29668a06 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -58,4 +58,4 @@ "papaparse": "^5.3.0" }, "optionalDependencies": {} -} +} \ No newline at end of file