diff --git a/twitch_indicator/constants.py b/twitch_indicator/constants.py index 8dfc9ed..c236e92 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.6" +VERSION = "1.7" TWITCH_WEB_URL = "https://www.twitch.tv/" TWITCH_API_URL = "https://api.twitch.tv/helix/"