Skip to content

Commit

Permalink
v1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Jan 24, 2020
1 parent 06d02d5 commit 411d36b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "Powder-Player",
"version": "1.5.0",
"version": "1.5.5",
"author": "Branza Victor-Alexandru <branza.alex@gmail.com>",
"contributors": [
{
Expand All @@ -13,7 +13,7 @@
}
],
"description": "Powder is the future of all torrent requirements, it's a hybrid between a Torrent Client (Peerflix) and a Customized Player (WebChimera.js).",
"relese-name": "Hummingbird",
"relese-name": "Kiwi",
"homepage": "http://powder.media/",
"main": "js/browser.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Modal/components/about.js
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.50</span>
<span style={{fontSize: '21px'}}>Powder Player v1.55</span>
<br />
Codename: Hummingbird
Codename: Kiwi
<br /><br />
<span style={{textDecoration: 'underline'}}>Author</span>
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Player/utils/updates.js
Expand Up @@ -10,7 +10,7 @@ import {
module.exports = {
checkUpdates: () => {
setTimeout(function() {
ls('version', '1.50');
ls('version', '1.55');
if (!ls.isSet('updateCheck')) ls('updateCheck', 0);

// announce update every 3 days
Expand Down

0 comments on commit 411d36b

Please sign in to comment.