From a941a51e364a8f12ecd6072e48a144e06b2230b2 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Thu, 25 Jan 2024 12:28:55 -0600 Subject: [PATCH] Bump version to 0.2.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aa9760c2..b354a5de 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "private": true, "name": "shinylive", - "version": "0.2.4", - "description": "Run Shiny applications with Python running in the browser.", + "version": "0.2.5", + "description": "Run Shiny applications with R or Python running in the browser.", "main": "index.js", "repository": { "url": "https://github.com/posit-dev/shinylive",