notifications-tray-icon 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- data/icons/hicolor/scalable/apps/notification-indicator.svg +1/−1
- notifications-tray-icon.cabal +1/−1
data/icons/hicolor/scalable/apps/notification-indicator.svg view
@@ -1,3 +1,3 @@ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">- <circle cx="12" cy="4" r="4" fill="#e74c3c"/>+ <circle cx="8" cy="8" r="8" fill="#e74c3c"/> </svg>
notifications-tray-icon.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: notifications-tray-icon-version: 0.2.0.0+version: 0.2.0.1 description: Please see the README on GitHub at <https://github.com/IvanMalison/notifications-tray-icon#readme> homepage: https://github.com/IvanMalison/notifications-tray-icon#readme bug-reports: https://github.com/IvanMalison/notifications-tray-icon/issues