Skip to content

Commit

Permalink
Bump version in App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 28, 2021
1 parent 7e573a5 commit 441e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class App extends React.PureComponent {
src={this.props.settings.compactMenuBar ? logoIcon : logoImg}
/>
<div className={styles.version_string}>
{this.props.settings.compactMenuBar ? '0.6.7' : 'Version 0.6.7'}
{this.props.settings.compactMenuBar ? '0.6.8' : 'Version 0.6.8'}
</div>
</div>
<div className={styles.sidebar_menus}>
Expand Down

0 comments on commit 441e1a2

Please sign in to comment.