diff --git a/DESCRIPTION b/DESCRIPTION index 2c3731ec..414ab066 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AMR -Version: 1.8.2.9044 -Date: 2022-11-05 +Version: 1.8.2.9045 +Date: 2022-11-07 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) data analysis and to work with microbial and antimicrobial properties by diff --git a/NEWS.md b/NEWS.md index c3a4775a..18329165 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9044 +# AMR 1.8.2.9045 This version will eventually become v2.0! We're happy to reach a new major milestone soon! diff --git a/pkgdown/extra.js b/pkgdown/extra.js index 2df4735c..f9794d3a 100644 --- a/pkgdown/extra.js +++ b/pkgdown/extra.js @@ -33,7 +33,7 @@ $(document).ready(function() { // Replace 'Developers' with 'Maintainers' on the main page, and "Contributors" on the Authors page $(".developers h2").text("Maintainers"); - $(".citation h2").text("Contributors"); + $(".citation h2:first").text("All contributors"); // replace \donttest and \dontrun texts in Examples if ($("#ref-examples ~ div pre").length > 0) {