From 164e6c87787173d9ac4eaf7dd80db4056fd3e354 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 20 Mar 2018 10:32:54 +0100 Subject: Prepare beta --- support/doc/api/html/index.html | 2 +- support/doc/api/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'support') 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 @@ https
Version: - 1.0.0-alpha + 1.0.0-beta
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 @@ swagger: '2.0' info: title: PeerTube - version: 1.0.0-alpha + version: 1.0.0-beta description: Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular. host: peertube.example.com basePath: '/api/v1' -- cgit v1.2.3