diff --git a/README.md b/README.md index f8f97e1..ee6097f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lcu-driver -lcu-driver is a library made to communicate with League of Legends Client API in a easy way. It provides an API capable of handling LCU connection status and websockets events for you and prepare HTTP requests to be used directly with endpoints. Inspired in [lcu-connector](https://github.com/Pupix/lcu-connector). Only works on Windows. +lcu-driver is a library made to communicate with League of Legends Client API in a easy way. It provides an API capable of handling LCU connection status and websockets events for you and prepare HTTP requests to be used directly with endpoints. Inspired in [lcu-connector](https://github.com/Pupix/lcu-connector). It has been tested on Windows, Linux and MacOS.

diff --git a/docs/index.rst b/docs/index.rst index 8263842..14cc2a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Welcome to lcu-driver's documentation! ====================================== -lcu-driver is a Python library made to communicate with League of Legends Client API in a easy way. It provides an API capable of handling LCU connection status and websockets events for you and prepare HTTP requests to be used directly with endpoints. Inspired in `lcu-connector `_. +lcu-driver is a Python library made to communicate with League of Legends Client API in a easy way. It provides an API capable of handling LCU connection status and websockets events for you and prepare HTTP requests to be used directly with endpoints. Inspired in `lcu-connector `_. It works on Windows, Linux and MacOS. Installation ************ diff --git a/lcu_driver/__init__.py b/lcu_driver/__init__.py index 4074e13..a70d30c 100644 --- a/lcu_driver/__init__.py +++ b/lcu_driver/__init__.py @@ -1,3 +1,3 @@ from .connector import Connector -__version__ = '2.0.0' +__version__ = '2.1.0'