aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-17 08:48:47 +0100
committerChocobozzz <me@florianbigard.com>2022-11-17 08:48:47 +0100
commitb961118540b2cfa4640770eac240a075d5423f70 (patch)
treef9225579802e45ec0bb6ee49e91aa967000102e0
parent387ce48eed31780726dcefb32775dee6e83c88e1 (diff)
downloadPeerTube-b961118540b2cfa4640770eac240a075d5423f70.tar.gz
PeerTube-b961118540b2cfa4640770eac240a075d5423f70.tar.zst
PeerTube-b961118540b2cfa4640770eac240a075d5423f70.zip
Bumped to version v4.3.1v4.3.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 38cead1a1..f1f8f6868 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.3.0", 3 "version": "4.3.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 5eeca42a9..9cf9c6e62 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.3.0", 4 "version": "4.3.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {