aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-27 08:44:04 +0100
committerChocobozzz <me@florianbigard.com>2020-01-27 08:44:04 +0100
commit5aafc6f373abe6d71c42ed39fdf1285531a43f40 (patch)
treecfa89fb8223e5a1167e202c1d027792258b50c38 /package.json
parentffc65cbd2a3d8b0b41243baec9936272592137e3 (diff)
downloadPeerTube-5aafc6f373abe6d71c42ed39fdf1285531a43f40.tar.gz
PeerTube-5aafc6f373abe6d71c42ed39fdf1285531a43f40.tar.zst
PeerTube-5aafc6f373abe6d71c42ed39fdf1285531a43f40.zip
Bumped to version v2.1.0-rc.1v2.1.0-rc.1
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 0122a54e4..d4858725a 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": "2.0.0", 4 "version": "2.1.0-rc.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {