aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-03 14:52:35 +0200
committerChocobozzz <me@florianbigard.com>2018-10-03 14:52:35 +0200
commit5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33 (patch)
tree28a39d9359a26b719edad94ce4183806a1409770 /package.json
parentbbc458107d76086424f0c0f4576b5e1a57f94748 (diff)
downloadPeerTube-5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33.tar.gz
PeerTube-5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33.tar.zst
PeerTube-5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33.zip
Bumped to version v1.0.0-rc.2v1.0.0-rc.2
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 488549f16..366fae840 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "1.0.0-rc.1", 4 "version": "1.0.0-rc.2",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {