diff --git a/DESCRIPTION b/DESCRIPTION index df00c58..c0e475d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gsdd Title: Calculate Growing Season Degree Days from Water Temperature Data -Version: 0.0.2.9000 +Version: 0.1.0 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), diff --git a/NEWS.md b/NEWS.md index feb0986..ca0edf5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# gsdd 0.0.2.9000 +# gsdd 0.1.0 - Added `gss_plot()` to output ggplot object of temperature time series.