aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-07 09:52:42 +0200
committerChocobozzz <me@florianbigard.com>2022-06-07 09:52:42 +0200
commit8b126121da34dca2a83e2f198b82dfad9ab3a55e (patch)
treed87cbe95d86636c74c7deaf71d54779f59ab9495
parentcc4efef7058df23647108148f06709fbf829f48e (diff)
downloadPeerTube-4.2.0.tar.gz
PeerTube-4.2.0.tar.zst
PeerTube-4.2.0.zip
Bumped to version v4.2.0v4.2.0
-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 bdc6c982a..b0d175b1a 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.0-rc.1", 3 "version": "4.2.0",
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 0dc2201a7..048fd405f 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.0-rc.1", 4 "version": "4.2.0",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {