From 662066b5e555c94a069684720f316fe94a0172a8 Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:36:31 +0000 Subject: [PATCH] oops try again --- CITATION.cff | 2 +- DESCRIPTION | 2 +- README.md | 4 ++-- codemeta.json | 4 ++-- inst/CITATION | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 13ebc69..45dc82f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,7 @@ cff-version: 1.2.0 message: "If you use this package, please cite it as below." title: "browseMetadata" -version: 2.0.0 +version: 2.0.1 date-released: 2024-11-26 authors: - family-names: "Rachael" diff --git a/DESCRIPTION b/DESCRIPTION index 414ad69..94d0812 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: browseMetadata Title: Browse and categorise health metadata -Version: 1.2.2 +Version: 2.0.1 Authors@R: c( person("Rachael", "Stickland", , "rstickland@turing.ac.uk", role = c("aut", "cre"), diff --git a/README.md b/README.md index 8c501ba..d32c0d1 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ For more information, refer to [GNU General Public License](https://www.gnu.org/ To cite `browseMetadata` in publications: -> Stickland R (2024). browseMetadata: browse and categorise health metadata. R package version 2.0.0. +> Stickland R (2024). browseMetadata: browse and categorise health metadata. R package version 2.0.1. A BibTeX entry for LaTeX users: @@ -156,7 +156,7 @@ A BibTeX entry for LaTeX users: title = {browseMetadata: browse and categorise health metadata}, author = {Rachael Stickland}, year = {2024}, - note = {R package version 2.0.0}, + note = {R package version 2.0.1}, doi = {https://doi.org/10.5281/zenodo.10581499}, } ``` diff --git a/codemeta.json b/codemeta.json index f63ebb3..588f462 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "browseMetadata: Browse and categorise health metadata", "codeRepository": "https://github.com/aim-rsf/browseMetadata", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "2.0.0", + "version": "2.0.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -240,7 +240,7 @@ "name": "browseMetadata: Browse and categorise health metadata", "identifier": "https://doi.org/10.5281/zenodo.10581499", "url": "https://github.com/aim-rsf/browseMetadata", - "description": "R package version 2.0.0", + "description": "R package version 2.0.1", "@id": "https://doi.org/10.5281/zenodo.10581499", "sameAs": "https://doi.org/10.5281/zenodo.10581499" } diff --git a/inst/CITATION b/inst/CITATION index 0874209..d3034d8 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -3,7 +3,7 @@ bibentry( title = "browseMetadata: browse and categorise health metadata", author = "Rachael Stickland", year = 2024, - note = "R package version 2.0.0", + note = "R package version 2.0.1", doi = "https://doi.org/10.5281/zenodo.10581499", url = "https://github.com/aim-rsf/browseMetadata" )