Skip to content

Commit

Permalink
Bump for v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lrasmus committed Jun 30, 2023
1 parent ff04155 commit 176ddb6
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.12</h1>
<h1>StatWrap v0.13</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.12",
"version": "0.0.13",
"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.12",
"version": "0.0.13",
"description": "Supporting reproducible research",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 176ddb6

Please sign in to comment.