Compiled - v0.7.1
This commit is contained in:
parent
361499ef91
commit
ac4dfd518a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
(function() {
|
||||
var app, client, dbg, er, opts, rtcConfig, trackers;
|
||||
|
||||
trackers = [['wss://tracker.btorrent.xyz']];
|
||||
trackers = [['wss://tracker.btorrent.xyz'], ['wss://tracker.webtorrent.io']];
|
||||
|
||||
opts = {
|
||||
announce: trackers
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</head>
|
||||
<body ng-controller="bTorrentCtrl" ng-cloak="">
|
||||
<header>
|
||||
<h1>βTorrent<span class="version"> v0.7.0</span></h1>
|
||||
<h1>βTorrent<span class="version"> v0.7.1</span></h1>
|
||||
</header>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue