New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable BEP19 web seeds #911
Changes from 1 commit
File filter...
Jump to…
0.97.0
- Loading branch information
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "webtorrent", | ||
| "description": "Streaming torrent client", | ||
| "version": "0.96.5", | ||
| "version": "0.97.0", | ||
feross
Member
|
||
| "author": { | ||
| "name": "WebTorrent, LLC", | ||
| "email": "feross@webtorrent.io", | ||
In the future, please don't change the
package.jsonversion in a PR. That's best done at release time with thenpm versioncommand (i.e.npm version patch,npm version minor,npm version major).