From add65aa2e537206483d67ef78d413caf6dda599f Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 7 Nov 2024 10:16:46 -0500 Subject: [PATCH] build: Bump assets default version to 0.9.0 (#135) --- NEWS.md | 2 +- R/version.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index b56fe9d..ab88668 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # shinylive (development version) -* Updated default shinylive assets to [v0.7.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"