Skip to content

Commit

Permalink
v1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Jan 19, 2020
1 parent ee6a768 commit 3357954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Powder-Player",
"version": "1.2.0",
"version": "1.5.0",
"author": "Branza Victor-Alexandru <[email protected]>",
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/components/Modal/components/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ default React.createClass({
with-backdrop >

<div style={{margin: '0', padding: '0', marginBottom: '5px', fontSize: '16px'}}>
<span style={{fontSize: '21px'}}>Powder Player v1.20</span>
<span style={{fontSize: '21px'}}>Powder Player v1.50</span>
<br />
Codename: Kingfisher
Codename: Hummingbird
<br /><br />
<span style={{textDecoration: 'underline'}}>Author</span>
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Player/utils/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
module.exports = {
checkUpdates: () => {
setTimeout(function() {
ls('version', '1.20');
ls('version', '1.50');
if (!ls.isSet('updateCheck')) ls('updateCheck', 0);

// announce update every 3 days
Expand Down

0 comments on commit 3357954

Please sign in to comment.