Skip to content

Commit

Permalink
0.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lrasmus committed Jan 24, 2025
1 parent ef74eb4 commit 97c8b04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "statwrap",
"productName": "StatWrap",
"version": "0.0.14",
"version": "0.0.15",
"description": "Reproducible research made easy",
"main": "./main.prod.js",
"author": {
"name": "StatWrap Maintainers",
"name": "Northwestern University",
"email": "[email protected]",
"url": "https://github.com/stattag/statwrap"
"url": "http://statwrap.org"
},
"scripts": {
"electron-rebuild": "node -r ../internals/scripts/BabelRegister.js ../internals/scripts/ElectronRebuild.js",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "statwrap",
"productName": "StatWrap",
"version": "0.0.14",
"description": "Supporting reproducible research",
"version": "0.0.15",
"description": "Reproducible research made easy",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
"build-dll": "cross-env NODE_ENV=development webpack --config ./configs/webpack.config.renderer.dev.dll.babel.js --no-color",
Expand Down Expand Up @@ -104,7 +104,7 @@
"author": {
"name": "Northwestern University",
"email": "[email protected]",
"url": "http://stattag.org"
"url": "http://statwrap.org"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 97c8b04

Please sign in to comment.