Skip to content

Commit

Permalink
0.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lrasmus committed Dec 23, 2022
1 parent 0301b8f commit 231ed28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/containers/AboutPage/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class AboutPage extends Component {
render() {
return (
<div className={styles.container} data-tid="container">
<h1>StatWrap v0.11</h1>
<h1>StatWrap v0.12</h1>
<div className={styles.copyright}>
(c) 2021-2022 Northwestern University Feinberg School of Medicine
</div>
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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"description": "Supporting reproducible research",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 231ed28

Please sign in to comment.