aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-12 10:48:46 +0200
committerChocobozzz <me@florianbigard.com>2022-09-12 10:48:46 +0200
commite1e823faaa243a01b124f94b519772f09c8716bb (patch)
treef40f1acc10913d20035cbc8dc4b3b30bfb4a59f9
parentfd251dc3024b7c88e29a2a1d8bda010137c37bfd (diff)
downloadPeerTube-e1e823faaa243a01b124f94b519772f09c8716bb.tar.gz
PeerTube-e1e823faaa243a01b124f94b519772f09c8716bb.tar.zst
PeerTube-e1e823faaa243a01b124f94b519772f09c8716bb.zip
Bumped to version v4.3.0-rc.1v4.3.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 ae7d21a8b..d69e22a41 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": "4.2.2", 3 "version": "4.3.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 ed3aff9c8..d5787e299 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": "4.2.2", 4 "version": "4.3.0-rc.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {