From bfe2fc1d94a12ab55ba61a39b27faba82bfce9f3 Mon Sep 17 00:00:00 2001 From: Luke Rasmussen Date: Fri, 24 Jan 2025 11:15:54 -0600 Subject: [PATCH] 0.15 release --- app/containers/AboutPage/AboutPage.js | 4 ++-- app/package.json | 6 +++--- package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/containers/AboutPage/AboutPage.js b/app/containers/AboutPage/AboutPage.js index e3905f8..00c60d9 100644 --- a/app/containers/AboutPage/AboutPage.js +++ b/app/containers/AboutPage/AboutPage.js @@ -5,9 +5,9 @@ export default class AboutPage extends Component { render() { return (
-

StatWrap v0.14

+

StatWrap v0.15

- (c) 2021-2024 Northwestern University Feinberg School of Medicine + (c) 2021-2025 Northwestern University Feinberg School of Medicine

Acknowledgements

diff --git a/app/package.json b/app/package.json index 36889c8..ab0dfeb 100644 --- a/app/package.json +++ b/app/package.json @@ -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": "stattag@northwestern.edu", - "url": "https://github.com/stattag/statwrap" + "url": "http://statwrap.org" }, "scripts": { "electron-rebuild": "node -r ../internals/scripts/BabelRegister.js ../internals/scripts/ElectronRebuild.js", diff --git a/package.json b/package.json index b337291..4e82d4c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -104,7 +104,7 @@ "author": { "name": "Northwestern University", "email": "stattag@northwestern.edu", - "url": "http://stattag.org" + "url": "http://statwrap.org" }, "license": "MIT", "bugs": {