Skip to content

Commit

Permalink
feat: Add link to the installer in webdemo; Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSusa committed Jan 9, 2021
1 parent 70413b0 commit 2e923fe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cliptor",
"author": "timmsusa@googlemail.com",
"description": "Cliptor was invented to have the same functionality available like ablton live matrix sequencer",
"version": "0.0.13",
"version": "0.0.14",
"main": "./src/app/electron.js",
"homepage": "./",
"private": false,
Expand Down Expand Up @@ -137,4 +137,4 @@
"last 1 safari version"
]
}
}
}
14 changes: 14 additions & 0 deletions src/menu-app-bar/MenuAppBarCmp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ function MenuAppBarCmp(props) {
<Typography variant='h6' className={classes.typoColorStyle}>
Cliptor
</Typography>

{process.env.REACT_APP_IS_WEB_MODE === 'true' && (
<React.Fragment>
<Typography className={classes.typoColorStyle}>
This is a WEB -DEMO:
</Typography>
<a
className={classes.typoColorStyle}
href={'https://github.com/TimSusa/cliptor/releases'}
>
Download here!
</a>
</React.Fragment>
)}
<TimerClockLabel></TimerClockLabel>

<IconButton
Expand Down

1 comment on commit 2e923fe

@vercel
Copy link

@vercel vercel bot commented on 2e923fe Jan 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.