diff --git a/README.md b/README.md index ad1e802..2d1f3a1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Least-favourite twitch streamers here ## Change Log +### 1.10.0 +#### Changed +- Refresh website design + ### 1.9.1 #### Fixed - Server does not fail when processing API response withour `cursor` field. diff --git a/main.py b/main.py index 2270d96..07a12a7 100755 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ import cherrypy from twitch import TwitchClient -ver = '1.9.1' +ver = '1.10.0' class FleastServer(object):