Skip to content

Commit

Permalink
Bump displayed version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Feb 12, 2019
1 parent 0293f1f commit 9ee0df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class App extends React.Component {
src={settings.compactMenuBar ? logoIcon : logoImg}
/>
<div className={styles.version_string}>
{settings.compactMenuBar ? '0.4.4' : 'Version 0.4.4'}
{settings.compactMenuBar ? '0.4.5' : 'Version 0.4.5'}
</div>
</div>
{this.renderNavLink('dashboard', 'dashboard', 'Dashboard', settings)}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclear",
"version": "0.4.4",
"version": "0.4.5",
"description": "Streaming music player that finds music sources automatically.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9ee0df3

Please sign in to comment.