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:
authorFeross Aboukhadijeh <feross@feross.org>2014-02-05 10:29:00 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-05 10:37:39 +0400
commit467220cbe65689eeb2245537ad7fe00917ba056a (patch)
treeac0317570da6976d5e89953842deb6345060bd82 /package.json
parent1b64a10fbff65f250685bcd76f81c8597f7b7485 (diff)
0.2.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 36acf6c..3cb276a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"description": "Streaming BitTorrent client for the browser",
- "version": "0.2.0",
+ "version": "0.2.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -63,4 +63,4 @@
"start": "npm run build && ./bin/start.js",
"test": "tape test/*.js"
}
-} \ No newline at end of file
+}