diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-11 09:52:16 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-11 09:52:16 +0200 |
commit | 71e318b4fe66175d03c7c82357d60062eb68af81 (patch) | |
tree | 1e6bbfa16c9aab32174ec2a87b44f357d5382f07 /package.json | |
parent | cc1903ad2a16adf14eaa4f5429e35c455cf93bea (diff) | |
parent | 333210d862fdba4bb114b756d4f964789f480196 (diff) | |
download | PeerTube-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.json | 2 |
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": { |