diff --git a/debian/changelog b/debian/changelog index 16f3876..16f220a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-sound-switcher (2.3.4-1) eoan; urgency=low + + * Fix symbolic icons (#88) + + -- Dmitry Kann Mon, 06 Jun 2020 14:21:16 +0200 + indicator-sound-switcher (2.3.3-1) eoan; urgency=low * Fix broken SVG icons (#87) diff --git a/icons/indicator-sound-switcher-symbolic.svg b/icons/indicator-sound-switcher-symbolic.svg index 6f4f2ff..592fdf5 100644 --- a/icons/indicator-sound-switcher-symbolic.svg +++ b/icons/indicator-sound-switcher-symbolic.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/icons/indicator-sound-switcher.svg b/icons/indicator-sound-switcher.svg index 385e107..2ab9681 100644 --- a/icons/indicator-sound-switcher.svg +++ b/icons/indicator-sound-switcher.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/lib/indicator_sound_switcher/indicator.py b/lib/indicator_sound_switcher/indicator.py index 9b76565..1e1cbce 100644 --- a/lib/indicator_sound_switcher/indicator.py +++ b/lib/indicator_sound_switcher/indicator.py @@ -24,7 +24,7 @@ # Global definitions APP_ID = 'indicator-sound-switcher' APP_NAME = 'Sound Switcher Indicator' -APP_VERSION = '2.3.3' +APP_VERSION = '2.3.4' 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 0f3e1b7..ae35746 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ APP_ID = 'indicator-sound-switcher' -APP_VERSION = '2.3.3' +APP_VERSION = '2.3.4' def compile_lang_files() -> list: