diff --git a/debian/changelog b/debian/changelog index 39ae621..1637bae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-sound-switcher (2.2.1-2) disco; urgency=low +indicator-sound-switcher (2.2.2-1) disco; urgency=low * Retries are too frequent when reconnecting to PulseAudio (#79) diff --git a/lib/indicator_sound_switcher/indicator.py b/lib/indicator_sound_switcher/indicator.py index 82d66d3..4df1cba 100644 --- a/lib/indicator_sound_switcher/indicator.py +++ b/lib/indicator_sound_switcher/indicator.py @@ -25,7 +25,7 @@ APP_ID = 'indicator-sound-switcher' APP_NAME = 'Sound Switcher Indicator' APP_ICON = 'indicator-sound-switcher' -APP_VERSION = '2.2.1' +APP_VERSION = '2.2.2' APP_LICENCE = """This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. diff --git a/setup.py b/setup.py index e927e21..97c6242 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PO_DIR = 'po' LOCALE_DIR = 'locale' APP_ID = 'indicator-sound-switcher' -APP_VERSION = '2.2.1' +APP_VERSION = '2.2.2' def compile_lang_files() -> list: