aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-08 14:42:19 +0100
committerChocobozzz <me@florianbigard.com>2018-03-08 14:42:19 +0100
commit530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29 (patch)
tree6de04f6ef57ccd057fceb081c8abe5ea4d44869d /package.json
parentb0ef17828c41dd40652f566033bf9824eccdb636 (diff)
downloadPeerTube-530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29.tar.gz
PeerTube-530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29.tar.zst
PeerTube-530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29.zip
Bumped to version v1.0.0-alpha.5v1.0.0-alpha.5
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 4bc283b00..96fc51e13 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-alpha.4", 4 "version": "1.0.0-alpha.5",
5 "private": true, 5 "private": true,
6 "licence": "GPLv3", 6 "licence": "GPLv3",
7 "engines": { 7 "engines": {