Skip to content

Commit 411d36b

Browse files
committed
v1.55
1 parent 06d02d5 commit 411d36b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Powder-Player",
3-
"version": "1.5.0",
3+
"version": "1.5.5",
44
"author": "Branza Victor-Alexandru <branza.alex@gmail.com>",
55
"contributors": [
66
{
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"description": "Powder is the future of all torrent requirements, it's a hybrid between a Torrent Client (Peerflix) and a Customized Player (WebChimera.js).",
16-
"relese-name": "Hummingbird",
16+
"relese-name": "Kiwi",
1717
"homepage": "http://powder.media/",
1818
"main": "js/browser.js",
1919
"repository": {

src/components/Modal/components/about.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ default React.createClass({
3131
with-backdrop >
3232

3333
<div style={{margin: '0', padding: '0', marginBottom: '5px', fontSize: '16px'}}>
34-
<span style={{fontSize: '21px'}}>Powder Player v1.50</span>
34+
<span style={{fontSize: '21px'}}>Powder Player v1.55</span>
3535
<br />
36-
Codename: Hummingbird
36+
Codename: Kiwi
3737
<br /><br />
3838
<span style={{textDecoration: 'underline'}}>Author</span>
3939
<br />

src/components/Player/utils/updates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
module.exports = {
1111
checkUpdates: () => {
1212
setTimeout(function() {
13-
ls('version', '1.50');
13+
ls('version', '1.55');
1414
if (!ls.isSet('updateCheck')) ls('updateCheck', 0);
1515

1616
// announce update every 3 days

0 commit comments

Comments
 (0)