diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:23:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-11 09:23:55 +0200 |
commit | 3edbafb6377cfb65bca3964d46fa27bc9f813300 (patch) | |
tree | b98c97af4dc2a9daa62dbbb229279c279a49711b | |
parent | 979139d2d2fb21a92e023abdbb41b3a04d235042 (diff) | |
download | PeerTube-3edbafb6377cfb65bca3964d46fa27bc9f813300.tar.gz PeerTube-3edbafb6377cfb65bca3964d46fa27bc9f813300.tar.zst PeerTube-3edbafb6377cfb65bca3964d46fa27bc9f813300.zip |
Bumped to version v3.4.1v3.4.1
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index fed8f58b2..ffe7df4cd 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": "3.4.0", | 3 | "version": "3.4.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 c46382286..ef22e2961 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": "3.4.0", | 4 | "version": "3.4.1", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |