aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-13 09:22:25 +0100
committerChocobozzz <me@florianbigard.com>2021-12-13 09:22:25 +0100
commit37a5d6318b8ce9a3784234751a74b7f15095d5c6 (patch)
treee28e22d2578a3f21bc2c8153f5ad68f3183d2fd5
parent41ec03fcaf714a2769addd4a5976956747a40d8b (diff)
downloadPeerTube-37a5d6318b8ce9a3784234751a74b7f15095d5c6.tar.gz
PeerTube-37a5d6318b8ce9a3784234751a74b7f15095d5c6.tar.zst
PeerTube-37a5d6318b8ce9a3784234751a74b7f15095d5c6.zip
Bumped to version v4.0.0v4.0.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 f1ebd6dec..0f52ec88c 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.0.0-rc.1", 3 "version": "4.0.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 6cc00d1ae..f2906128f 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.0.0-rc.1", 4 "version": "4.0.0",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {