diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-24 17:47:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 17:47:59 +0100 |
commit | 29553847dc0aec499cd790c90f5f35d0036dd2a1 (patch) | |
tree | e14ca4bc6db9e5b5fca3a2f66ba92145a5ebbb95 | |
parent | b5ab0e5bf7434e93e7c9f83897f62bbb2b03acce (diff) | |
download | PeerTube-29553847dc0aec499cd790c90f5f35d0036dd2a1.tar.gz PeerTube-29553847dc0aec499cd790c90f5f35d0036dd2a1.tar.zst PeerTube-29553847dc0aec499cd790c90f5f35d0036dd2a1.zip |
Bumped to version v3.1.0v3.1.0
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 5 | ||||
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/client/package.json b/client/package.json index dac7218ae..7a97aae37 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.1.0-rc.1", | 3 | "version": "3.1.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 c8773ed06..67a54a57f 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.1.0-rc.1", | 4 | "version": "3.1.0", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |
@@ -227,9 +227,6 @@ | |||
227 | "silent": true | 227 | "silent": true |
228 | }, | 228 | }, |
229 | "sasslintConfig": "client/.sass-lint.yml", | 229 | "sasslintConfig": "client/.sass-lint.yml", |
230 | "_moduleAliases": { | ||
231 | "@server": "dist/server" | ||
232 | }, | ||
233 | "bundlewatch": { | 230 | "bundlewatch": { |
234 | "files": [ | 231 | "files": [ |
235 | { | 232 | { |
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index c7b266f4b..bf99cb45c 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -1,7 +1,7 @@ | |||
1 | openapi: 3.0.0 | 1 | openapi: 3.0.0 |
2 | info: | 2 | info: |
3 | title: PeerTube | 3 | title: PeerTube |
4 | version: 3.1.0-rc.1 | 4 | version: 3.1.0 |
5 | contact: | 5 | contact: |
6 | name: PeerTube Community | 6 | name: PeerTube Community |
7 | url: 'https://joinpeertube.org' | 7 | url: 'https://joinpeertube.org' |