diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-06 11:26:20 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-06 11:26:20 +0100 |
commit | 8b0516fede322667e40249c2a5227b643ff73c3e (patch) | |
tree | e4032a860ae54ba71bc3d785040062c18a13775c | |
parent | 774ec2a9b4eb66ed02416dd7a4a9ab983d5fe27f (diff) | |
download | PeerTube-8b0516fede322667e40249c2a5227b643ff73c3e.tar.gz PeerTube-8b0516fede322667e40249c2a5227b643ff73c3e.tar.zst PeerTube-8b0516fede322667e40249c2a5227b643ff73c3e.zip |
Bumped to version v1.0.0-alpha.4v1.0.0-alpha.4
-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 b117effdc..be6120196 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.3", | 3 | "version": "1.0.0-alpha.4", |
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 faea2f3aa..4bc283b00 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.3", | 4 | "version": "1.0.0-alpha.4", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "GPLv3", | 6 | "licence": "GPLv3", |
7 | "engines": { | 7 | "engines": { |