Skip to content

Commit

Permalink
Bump dev version to 0.1.6.9001 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Sep 9, 2023
1 parent 218c092 commit ff9d728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ serve:
serve-prod:
node_modules/.bin/tsx scripts/build.ts --serve --prod

## Build JS resources with webR as the default engine
buildjs-r:
node_modules/.bin/tsx scripts/build.ts --r

## Build JS resources for production with webR as the default engine
buildjs-prod-r:
node_modules/.bin/tsx scripts/build.ts --prod --r
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "shinylive",
"version": "0.1.6",
"version": "0.1.6.9001",
"description": "Run Shiny applications with Python running in the browser.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit ff9d728

Please sign in to comment.