diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-03 14:52:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-03 14:52:35 +0200 |
commit | 5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33 (patch) | |
tree | 28a39d9359a26b719edad94ce4183806a1409770 | |
parent | bbc458107d76086424f0c0f4576b5e1a57f94748 (diff) | |
download | PeerTube-5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33.tar.gz PeerTube-5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33.tar.zst PeerTube-5bc8745ef95cc1d1da0da8f32f8bf4c7ca1d4c33.zip |
Bumped to version v1.0.0-rc.2v1.0.0-rc.2
-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 af420e98c..3c1c6976a 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-rc.1", | 3 | "version": "1.0.0-rc.2", |
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 488549f16..366fae840 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-rc.1", | 4 | "version": "1.0.0-rc.2", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPLv3", | 6 | "licence": "AGPLv3", |
7 | "engines": { | 7 | "engines": { |