aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-03 09:32:33 +0200
committerChocobozzz <me@florianbigard.com>2019-06-03 09:32:33 +0200
commita41b9da1a9ce49df82ea10c82de4c2fbc6d1b189 (patch)
tree52b0148e333da7cb2ef5ce5c2d9f29193565db5c /package.json
parent1e66b987cd578fc97471cc429199af453a5daba6 (diff)
parent88ebb4331092c04f09c453fddafffc80ba0dd7e0 (diff)
downloadPeerTube-a41b9da1a9ce49df82ea10c82de4c2fbc6d1b189.tar.gz
PeerTube-a41b9da1a9ce49df82ea10c82de4c2fbc6d1b189.tar.zst
PeerTube-a41b9da1a9ce49df82ea10c82de4c2fbc6d1b189.zip
Merge branch 'release/v1.3.0' into develop
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 2118c9dcf..7533339b2 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.3.0-rc.2", 4 "version": "1.3.0",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {