diff --git a/twitch_indicator/constants.py b/twitch_indicator/constants.py index 6115d01..f53867f 100644 --- a/twitch_indicator/constants.py +++ b/twitch_indicator/constants.py @@ -3,7 +3,7 @@ from gi.repository import GLib APP_NAME = "Twitch Indicator" -VERSION = "1.7" +VERSION = "1.8" TWITCH_WEB_URL = "https://www.twitch.tv/" TWITCH_API_URL = "https://api.twitch.tv/helix/"