Skip to content

Commit 3a77993

Browse files
authored
Merge pull request #144 from aim-rsf/new-release
v2.0.1
2 parents 45822e7 + 2bf6f5e commit 3a77993

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use this package, please cite it as below."
33
title: "browseMetadata"
4-
version: 2.0.0
4+
version: 2.0.1
55
date-released: 2024-11-26
66
authors:
77
- family-names: "Rachael"

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: browseMetadata
33
Title: Browse and categorise health metadata
4-
Version: 1.2.2
4+
Version: 2.0.1
55
Authors@R: c(
66
person("Rachael", "Stickland", , "rstickland@turing.ac.uk",
77
role = c("aut", "cre"),

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For more information, refer to [GNU General Public License](https://www.gnu.org/
147147

148148
To cite `browseMetadata` in publications:
149149

150-
> Stickland R (2024). browseMetadata: browse and categorise health metadata. R package version 2.0.0.
150+
> Stickland R (2024). browseMetadata: browse and categorise health metadata. R package version 2.0.1.
151151
152152
A BibTeX entry for LaTeX users:
153153

@@ -156,7 +156,7 @@ A BibTeX entry for LaTeX users:
156156
title = {browseMetadata: browse and categorise health metadata},
157157
author = {Rachael Stickland},
158158
year = {2024},
159-
note = {R package version 2.0.0},
159+
note = {R package version 2.0.1},
160160
doi = {https://doi.org/10.5281/zenodo.10581499},
161161
}
162162
```

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "browseMetadata: Browse and categorise health metadata",
77
"codeRepository": "https://github.com/aim-rsf/browseMetadata",
88
"license": "https://spdx.org/licenses/GPL-3.0",
9-
"version": "2.0.0",
9+
"version": "2.0.1",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",
@@ -240,7 +240,7 @@
240240
"name": "browseMetadata: Browse and categorise health metadata",
241241
"identifier": "https://doi.org/10.5281/zenodo.10581499",
242242
"url": "https://github.com/aim-rsf/browseMetadata",
243-
"description": "R package version 2.0.0",
243+
"description": "R package version 2.0.1",
244244
"@id": "https://doi.org/10.5281/zenodo.10581499",
245245
"sameAs": "https://doi.org/10.5281/zenodo.10581499"
246246
}

inst/CITATION

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bibentry(
33
title = "browseMetadata: browse and categorise health metadata",
44
author = "Rachael Stickland",
55
year = 2024,
6-
note = "R package version 2.0.0",
6+
note = "R package version 2.0.1",
77
doi = "https://doi.org/10.5281/zenodo.10581499",
88
url = "https://github.com/aim-rsf/browseMetadata"
99
)

0 commit comments

Comments
 (0)