diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-08 14:42:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-08 14:42:19 +0100 |
commit | 530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29 (patch) | |
tree | 6de04f6ef57ccd057fceb081c8abe5ea4d44869d | |
parent | b0ef17828c41dd40652f566033bf9824eccdb636 (diff) | |
download | PeerTube-530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29.tar.gz PeerTube-530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29.tar.zst PeerTube-530d7fdd8d3d36bc3c4cddcba900c8b9671e6f29.zip |
Bumped to version v1.0.0-alpha.5v1.0.0-alpha.5
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index be6120196..939bdf7e8 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube-client", | 2 | "name": "peertube-client", |
3 | "version": "1.0.0-alpha.4", | 3 | "version": "1.0.0-alpha.5", |
4 | "private": true, | 4 | "private": true, |
5 | "licence": "GPLv3", | 5 | "licence": "GPLv3", |
6 | "author": { | 6 | "author": { |
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": { |