aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-11 09:52:16 +0200
committerChocobozzz <me@florianbigard.com>2018-10-11 09:52:16 +0200
commit71e318b4fe66175d03c7c82357d60062eb68af81 (patch)
tree1e6bbfa16c9aab32174ec2a87b44f357d5382f07 /package.json
parentcc1903ad2a16adf14eaa4f5429e35c455cf93bea (diff)
parent333210d862fdba4bb114b756d4f964789f480196 (diff)
downloadPeerTube-71e318b4fe66175d03c7c82357d60062eb68af81.tar.gz
PeerTube-71e318b4fe66175d03c7c82357d60062eb68af81.tar.zst
PeerTube-71e318b4fe66175d03c7c82357d60062eb68af81.zip
Merge branch 'release/v1.0.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 034b40cbc..1fd6d7d19 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.2", 4 "version": "1.0.0",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {