diff --git a/DESCRIPTION b/DESCRIPTION index 6c5c78d..2841a46 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: baytrendsmap Title: Shiny App to Create Maps on-the-Fly from Output of the Baytrends Package Description: Shiny app to create maps on-the-fly from output of the baytrends package. -Version: 1.2.5.9005 +Version: 1.2.6 Authors@R: c( person("Erik W.", "Leppo", email="Erik.Leppo@tetratech.com", role=c("aut","cre")), person("Jon","Harcum", role="aut"), diff --git a/NEWS b/NEWS index f0ed194..5e4b705 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,13 @@ NEWS - #> Last Update: 2023-10-12 10:36:54.250889 + #> Last Update: 2023-10-12 14:59:01.875062 + +# baytrendsmap 1.2.6 + +Released - 2023-10-12 + +- refactor: Bump version number prior to deployment to CBP servers # baytrendsmap 1.2.5.9005 diff --git a/NEWS.md b/NEWS.md index f0ed194..5e4b705 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,13 @@ NEWS - #> Last Update: 2023-10-12 10:36:54.250889 + #> Last Update: 2023-10-12 14:59:01.875062 + +# baytrendsmap 1.2.6 + +Released - 2023-10-12 + +- refactor: Bump version number prior to deployment to CBP servers # baytrendsmap 1.2.5.9005 diff --git a/NEWS.rmd b/NEWS.rmd index f1d249c..9920eef 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -20,6 +20,12 @@ knitr::opts_chunk$set( cat(paste0("Last Update: ",Sys.time())) ``` +baytrendsmap 1.2.6 +=========== +Released - 2023-10-12 + +* refactor: Bump version number prior to deployment to CBP servers + baytrendsmap 1.2.5.9005 =========== Released - 2023-10-12 diff --git a/inst/shiny-examples/baytrendsmap/global.R b/inst/shiny-examples/baytrendsmap/global.R index 83fe1f5..c028451 100644 --- a/inst/shiny-examples/baytrendsmap/global.R +++ b/inst/shiny-examples/baytrendsmap/global.R @@ -26,7 +26,7 @@ library(cowplot) #pkgver <- utils::packageVersion("baytrendsmap") # does not work on Shinyapps.io #pkgver <- installed.packages()["baytrendsmap", "Version"] # believe ShinyApps.io blocks some system level commands -pkgver <- "1.2.5.9004" +pkgver <- "1.2.6" # File Size ---- # By default, the file size limit is 5MB. It can be changed by