Skip to content

Commit

Permalink
Increment version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossellhayes committed Mar 16, 2023
1 parent 0134d4f commit a698d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: plu
Title: Dynamically Pluralize Phrases
Version: 0.2.3.9000
Version: 0.3.0
Authors@R:
person("Alexander", "Rossell Hayes", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9412-0457"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# plu (development version)
# plu 0.3.0

* `plu_ral()` now accepts vectors for arguments `n` and `pl`.
* e.g. `plu_ral(c("word", "phrase"), n = c(1, 2))` returns `c("word", "phrases")`.
Expand Down

0 comments on commit a698d57

Please sign in to comment.