aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-20 10:32:54 +0100
committerChocobozzz <me@florianbigard.com>2018-03-20 10:32:54 +0100
commit164e6c87787173d9ac4eaf7dd80db4056fd3e354 (patch)
tree28119b9b50ae00cb628aa522ea69432b9d2981ed /support
parentc91de74372432dee446bf837121ff40359185f4e (diff)
downloadPeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.gz
PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.tar.zst
PeerTube-164e6c87787173d9ac4eaf7dd80db4056fd3e354.zip
Prepare beta
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/html/index.html2
-rw-r--r--support/doc/api/openapi.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html
index 7e8adb2df..a47742f45 100644
--- a/support/doc/api/html/index.html
+++ b/support/doc/api/html/index.html
@@ -272,7 +272,7 @@
272 <span>https</span> 272 <span>https</span>
273 </h5> 273 </h5>
274 <h5>Version: 274 <h5>Version:
275 <span>1.0.0-alpha</span> 275 <span>1.0.0-beta</span>
276 </h5> 276 </h5>
277 </section> 277 </section>
278 </div> 278 </div>
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 634da66e8..44b437c40 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -1,7 +1,7 @@
1swagger: '2.0' 1swagger: '2.0'
2info: 2info:
3 title: PeerTube 3 title: PeerTube
4 version: 1.0.0-alpha 4 version: 1.0.0-beta
5 description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular. 5 description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.
6host: peertube.example.com 6host: peertube.example.com
7basePath: '/api/v1' 7basePath: '/api/v1'