diff --git a/openvidu-node-client/README.md b/openvidu-node-client/README.md index b29cae2850..1724a69bce 100644 --- a/openvidu-node-client/README.md +++ b/openvidu-node-client/README.md @@ -1,5 +1,5 @@ [![License badge](https://img.shields.io/badge/license-Apache2-orange.svg)](http://www.apache.org/licenses/LICENSE-2.0) -[![OpenVidu Tests](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-ce-test.yml/badge.svg)](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-ce-test.yml) + [![Documentation Status](https://readthedocs.org/projects/openvidu/badge/?version=stable)](https://docs.openvidu.io/en/stable/?badge=stable) [![Support badge](https://img.shields.io/badge/support-sof-yellowgreen.svg)](https://openvidu.discourse.group/) @@ -10,8 +10,7 @@ openvidu-node-client-v2compatibility - **Description**: Library for your NODE server. It is a fully compatible and simple alternative to the REST API exposed by OpenVidu Server. -- **Docs**: [openvidu-node-client-v2compatibility API](https://docs.openvidu.io/en/stable/reference-docs/openvidu-node-client-v2compatibility/) - -- **Release**: [OpenVidu Artifacts](https://docs.openvidu.io/en/stable/releases/) + + [OpenViduLogo]: https://secure.gravatar.com/avatar/5daba1d43042f2e4e85849733c8e5702?s=120 diff --git a/openvidu-node-client/package.json b/openvidu-node-client/package.json index c2899ea79e..412b0da11d 100644 --- a/openvidu-node-client/package.json +++ b/openvidu-node-client/package.json @@ -24,5 +24,5 @@ "docs": "./generate-docs.sh" }, "typings": "lib/index.d.ts", - "version": "3.0.0-dev5" + "version": "3.0.0-beta1" }