diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-09 10:54:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-09 10:54:23 +0200 |
commit | c6fb386adc5104db689d1e7b2087c03a71e9974a (patch) | |
tree | 8a374b5f6032ba0aff81a6b5fbb22b0cc7b6f6a9 | |
parent | 6770ae4c8582514e4d303d537b53e17821ba6c6d (diff) | |
download | PeerTube-c6fb386adc5104db689d1e7b2087c03a71e9974a.tar.gz PeerTube-c6fb386adc5104db689d1e7b2087c03a71e9974a.tar.zst PeerTube-c6fb386adc5104db689d1e7b2087c03a71e9974a.zip |
Bumped to version v3.4.0v3.4.0
-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 c3fc14a9f..fed8f58b2 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-rc.1", | 3 | "version": "3.4.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 4f4f371d8..c46382286 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-rc.1", | 4 | "version": "3.4.0", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |