Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsemantic-release-bot <semantic-release-bot@martynus.net>2022-09-12 18:59:34 +0300
committersemantic-release-bot <semantic-release-bot@martynus.net>2022-09-12 18:59:34 +0300
commit75f5bb70ef14a01d2c433ea7d529e43620bcd156 (patch)
tree417e258eb9ddf9ac88ec23511ef18bc81d6c6fde /package.json
parent05d27bfd449aa705cefefe74d4a9eef327f63b4a (diff)
chore(release): 1.8.30v1.8.30
## [1.8.30](https://github.com/webtorrent/webtorrent/compare/v1.8.29...v1.8.30) (2022-09-12) ### Bug Fixes * return duplicate torrent on Webtorrent.add() ([#2372](https://github.com/webtorrent/webtorrent/issues/2372)) ([05d27bf](https://github.com/webtorrent/webtorrent/commit/05d27bfd449aa705cefefe74d4a9eef327f63b4a))
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f2c8702..05874fa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
- "version": "1.8.29",
+ "version": "1.8.30",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",