aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-30 10:18:25 +0200
committerChocobozzz <me@florianbigard.com>2023-05-30 10:18:25 +0200
commit9a64621975097f648f6bf19f15b03ba3820918f2 (patch)
tree98de6de143de8dda96d8decc2916a3b0d080ab5c
parentc47430bc37dbc3b89d1ba50c6aa00ffeab2186ae (diff)
downloadPeerTube-9a64621975097f648f6bf19f15b03ba3820918f2.tar.gz
PeerTube-9a64621975097f648f6bf19f15b03ba3820918f2.tar.zst
PeerTube-9a64621975097f648f6bf19f15b03ba3820918f2.zip
Bumped to version v5.2.0-rc.1v5.2.0-rc.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 0f7c46d2d..46c1b5728 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": "5.1.0", 3 "version": "5.2.0-rc.1",
4 "private": true, 4 "private": true,
5 "license": "AGPL-3.0", 5 "license": "AGPL-3.0",
6 "author": { 6 "author": {
diff --git a/package.json b/package.json
index 033ae4d0a..10a70f9d7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", 3 "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
4 "version": "5.1.0", 4 "version": "5.2.0-rc.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {