From f290cbc1481a211588a1fbda4d10e7ef09c57d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sat, 19 Aug 2017 12:15:57 +0200 Subject: [PATCH] Docs: update introduction with other versions --- docs/partials/introduction.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/partials/introduction.md b/docs/partials/introduction.md index bbd6ddf9..7e556692 100644 --- a/docs/partials/introduction.md +++ b/docs/partials/introduction.md @@ -1,6 +1,8 @@ -# obs-websocket 4.1 protocol reference +# obs-websocket 4.2 protocol reference -**This is the reference for the latest 4.1 development build. [See here for obs-websocket 4.0.0!](https://github.com/Palakis/obs-websocket/blob/4.0.0/PROTOCOL.md)** +**This is the reference for the latest version of obs-websocket. See the list below for older versions.** +- [4.1.0 protocol reference](https://github.com/Palakis/obs-websocket/blob/4.1.0/PROTOCOL.md) +- [4.0.0 protocol reference](https://github.com/Palakis/obs-websocket/blob/4.0.0/PROTOCOL.md) # General Introduction Messages are exchanged between the client and the server as JSON objects.