Skip to content

Commit 6a014e7

Browse files
committed
v0.4.1 release candidate
1 parent 7f9f7bb commit 6a014e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "shinylive",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "Run Shiny applications with R or Python running in the browser.",
66
"main": "index.js",
77
"repository": {

shinylive_lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"shiny": {
1717
"name": "shiny",
18-
"version": "0.10.1",
19-
"filename": "shiny-0.10.1-py3-none-any.whl",
18+
"version": "0.10.2",
19+
"filename": "shiny-0.10.2-py3-none-any.whl",
2020
"sha256": null,
2121
"url": null,
2222
"depends": [

0 commit comments

Comments
 (0)