Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sousa-andre committed Apr 20, 2020
1 parent c042d24 commit f07a59c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

<p>
<a href="">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/Pupix/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 <https://github.com/Pupix/lcu-connector>`_. It works on Windows, Linux and MacOS.

Installation
************
Expand Down
2 changes: 1 addition & 1 deletion lcu_driver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .connector import Connector

__version__ = '2.0.0'
__version__ = '2.1.0'

0 comments on commit f07a59c

Please sign in to comment.