Skip to content

Commit

Permalink
v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lrasmus committed Feb 12, 2024
1 parent e5804d2 commit 3965f1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/containers/AboutPage/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default class AboutPage extends Component {
render() {
return (
<div className={styles.container} data-tid="container">
<h1>StatWrap v0.13</h1>
<h1>StatWrap v0.14</h1>
<div className={styles.copyright}>
(c) 2021-2022 Northwestern University Feinberg School of Medicine
(c) 2021-2024 Northwestern University Feinberg School of Medicine
</div>
<div className={styles.acknowledgement}>
<h2>Acknowledgements</h2>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statwrap",
"productName": "StatWrap",
"version": "0.0.13",
"version": "0.0.14",
"description": "Reproducible research made easy",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statwrap",
"productName": "StatWrap",
"version": "0.0.13",
"version": "0.0.14",
"description": "Supporting reproducible research",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 3965f1f

Please sign in to comment.