diff --git a/NEWS.md b/NEWS.md index 18b275c..05c2311 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # shinylive 0.3.0 -* Updated default shinylive assets to [v0.9.0](https://github.com/posit-dev/shinylive/releases/tag/v0.7.0). (#120, #129, ) +* Updated default shinylive assets to [v0.9.0](https://github.com/posit-dev/shinylive/releases/tag/v0.9.0). (#120, #129, #135) * Resources are now built relative to Quarto project root. (#130) diff --git a/R/version.R b/R/version.R index a9c0cd1..1164f59 100644 --- a/R/version.R +++ b/R/version.R @@ -1,4 +1,4 @@ # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION <- "0.8.0" +SHINYLIVE_ASSETS_VERSION <- "0.9.0" SHINYLIVE_R_VERSION <- as.character(utils::packageVersion("shinylive")) WEBR_R_VERSION <- "4.4.1"