diff --git a/DESCRIPTION b/DESCRIPTION index cb7cd63..e5df44a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cowplot Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2' -Version: 1.1.1 +Version: 1.1.2 Authors@R: person( given = "Claus O.", @@ -22,7 +22,7 @@ BugReports: https://github.com/wilkelab/cowplot/issues Depends: R (>= 3.5.0) Imports: - ggplot2 (> 2.2.1), + ggplot2 (>= 3.4.0), grid, gtable, grDevices, diff --git a/NEWS.md b/NEWS.md index f07c86d..44955b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# cowplot 1.1.2 + +- fix warning message: deprecated `size` argument in `element_rect()` and `element_line()` (@Yunuuuu, #190) + # cowplot 1.1.1 - Make sure tests don't fail if vdiffr is missing.