aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-26 11:28:51 +0200
committerChocobozzz <me@florianbigard.com>2018-07-26 11:28:51 +0200
commita2018aefaed65aff9e84afe434e59c73b9493010 (patch)
tree1ea2f5f34cfff9e2381cda9bfc8a35f9d7dfa048
parent2cebd797014561ebc0bfee07ee8b5d83820adb66 (diff)
downloadPeerTube-a2018aefaed65aff9e84afe434e59c73b9493010.tar.gz
PeerTube-a2018aefaed65aff9e84afe434e59c73b9493010.tar.zst
PeerTube-a2018aefaed65aff9e84afe434e59c73b9493010.zip
Bumped to version v1.0.0-beta.10.pre.1v1.0.0-beta.10.pre.1
-rw-r--r--client/package.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 2ef4e1354..802f00bcb 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-beta.9", 3 "version": "1.0.0-beta.10.pre.1",
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 f437caf26..92f5c8d39 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.9", 4 "version": "1.0.0-beta.10.pre.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {