From 7e4ea190f90ad139d2c0f412f8f4ddb16f69b87a Mon Sep 17 00:00:00 2001 From: William Gearty Date: Tue, 10 Oct 2023 18:22:19 -0400 Subject: [PATCH] Increment version number to 1.2.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d3f8d9b7..4eb04cd3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Get Silhouettes of Organisms from PhyloPic Description: Work with the PhyloPic Web Service () to fetch silhouette images of organisms. Includes functions for adding silhouettes to both base R plots and ggplot2 plots. -Version: 1.2.0.9001 +Version: 1.2.1 Authors@R: c( person(given = "William", family = "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0076-3262")), diff --git a/NEWS.md b/NEWS.md index 59404abd..b2421976 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rphylopic (development version) +# rphylopic 1.2.1 * updated rphylopic to work with grImport2 version 0.3.0 and rsvg version 2.6.0 * rphylopic now requires grImport2 >= 0.3.0 and rsvg >= 2.6.0