Skip to content

Commit

Permalink
Fix symbolic icons (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Jun 6, 2020
1 parent 8f0ab86 commit 345297a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indicator-sound-switcher (2.3.4-1) eoan; urgency=low

* Fix symbolic icons (#88)

-- Dmitry Kann <yktooo@gmail.com> Mon, 06 Jun 2020 14:21:16 +0200

indicator-sound-switcher (2.3.3-1) eoan; urgency=low

* Fix broken SVG icons (#87)
Expand Down
2 changes: 1 addition & 1 deletion icons/indicator-sound-switcher-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/indicator-sound-switcher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/indicator_sound_switcher/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


APP_ID = 'indicator-sound-switcher'
APP_VERSION = '2.3.3'
APP_VERSION = '2.3.4'


def compile_lang_files() -> list:
Expand Down

0 comments on commit 345297a

Please sign in to comment.