From 148a5476cff59abade04c394f07d19ff1c380262 Mon Sep 17 00:00:00 2001 From: SymbolixAU Date: Wed, 19 Dec 2018 17:38:56 +1100 Subject: [PATCH] version --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b64af2b..5ec0963 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: colourvalues Type: Package Title: Assigns Colours to Values Version: 0.2.1 -Date: 2018-12-18 +Date: 2018-12-19 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")) ) diff --git a/NEWS.md b/NEWS.md index b61375e..d56e3dc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # v0.2.1 * `show_colours()` to plot all colour palettes -* added more colour palettes. Use `colour_palettes()` to list all colour palettes +* added more colour palettes. Use `colour_palettes()` to list them * fix NA values in summary [issue 39](https://github.com/SymbolixAU/colourvalues/issues/39) * alpha now accepts fewer than 5 values when using a vector