aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-28 08:42:23 +0200
committerChocobozzz <me@florianbigard.com>2018-03-28 08:42:23 +0200
commit63f4b132817bfc4d5be4f89077b5a42b97b11a7c (patch)
treece32ad3176597f48947f9e512425ff60951f2cb1 /package.json
parentc50480a359572b28888489eb41ad819f716d2573 (diff)
downloadPeerTube-63f4b132817bfc4d5be4f89077b5a42b97b11a7c.tar.gz
PeerTube-63f4b132817bfc4d5be4f89077b5a42b97b11a7c.tar.zst
PeerTube-63f4b132817bfc4d5be4f89077b5a42b97b11a7c.zip
Bumped to version v1.0.0-beta.2v1.0.0-beta.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 d58e67085..8a013e2d5 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-beta.1", 4 "version": "1.0.0-beta.2",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {