Skip to content

Commit e8f224a

Browse files
committed
Bump to 0.6.0 (resume)
1 parent 5ad58a5 commit e8f224a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Electron Torrent
1+
νTorrent
22
==============
33

4-
Electron-Torrent is a pure javascript bittorrent client based on Electron, React, torrent-stream.
4+
νTorrent(nuTorrent) is a pure javascript bittorrent client based on Electron, React, torrent-stream.
55

66
OS X Binary (v0.5.0): [download link](https://goo.gl/NmvddN)
77

app/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Electron Torrent</title>
5+
<title>νTorrent</title>
66
<link rel="stylesheet" href="../dist/main.css" />
77
</head>
88
<body>

app/containers/PageAboutContainer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export default class PageAboutContainer extends React.Component {
1919
<div className="brand">
2020
<img src="../icon/res/mipmap-hdpi/ic_launcher.png" />
2121
</div>
22-
<p>Electron-Torrent is a pure javascript BitTorrent client based on Electron, React, torrent-stream.</p>
22+
<p>νTorrent(nuTorrent) is a pure javascript BitTorrent client based on Electron, React, torrent-stream.</p>
2323
<hr />
24-
<p>MIT © LeeChSien <button className="btn btn-default btn-sm" onClick={this.openUrl.bind(this, 'https://github.com/LeeChSien/electron-torrent')}>Github Repo</button></p>
24+
<p>MIT © LeeChSien <button className="btn btn-default btn-sm" onClick={this.openUrl.bind(this, 'https://github.com/LeeChSien/nuTorrent')}>Github Repo</button></p>
2525
</div>
2626
</div>
2727
</div>

app/hot-dev-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Electron Torrent</title>
5+
<title>νTorrent</title>
66
</head>
77
<body>
88
<div id="react-root"></div>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "electron-torrent",
3-
"version": "0.5.0",
2+
"name": "nuTorrent",
3+
"version": "0.6.0",
44
"description": "Pure Javascript BitTorrent Client",
55
"main": "background/main.js",
66
"scripts": {
@@ -11,8 +11,8 @@
1111
"start": "electron .",
1212
"start-dev": "NODE_ENV=development electron .",
1313
"start-hot": "HOT=1 NODE_ENV=development electron .",
14-
"package": "node package.js --name='Electron Torrent' --icon=./icon/web_hi_res_512.icns",
15-
"package-all": "node package.js --name='Electron Torrent' --icon=icon/web_hi_res_512.icns --all"
14+
"package": "node package.js --name='νTorrent' --icon=./icon/web_hi_res_512.icns",
15+
"package-all": "node package.js --name='νTorrent' --icon=icon/web_hi_res_512.icns --all"
1616
},
1717
"author": {
1818
"name": "Jason Lee",

0 commit comments

Comments
 (0)