# HG changeset patch # User Guido Berhoerster # Date 1544260175 -3600 # Node ID 513f5478a711c8fa9a7609d6234ea0dced956bd0 # Parent 26e319ace48635c6beccf6516224689eec263b77 Release version 2 diff -r 26e319ace486 -r 513f5478a711 Makefile --- a/Makefile Sat Dec 08 10:01:50 2018 +0100 +++ b/Makefile Sat Dec 08 10:09:35 2018 +0100 @@ -24,7 +24,7 @@ PACKAGE = package-update-indicator APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator PREFS_APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator.preferences -VERSION = 1 +VERSION = 2 DISTNAME = $(PACKAGE)-$(VERSION) AUTHOR = Guido Berhoerster BUG_ADDRESS = guido+pui@berhoerster.name diff -r 26e319ace486 -r 513f5478a711 NEWS --- a/NEWS Sat Dec 08 10:01:50 2018 +0100 +++ b/NEWS Sat Dec 08 10:09:35 2018 +0100 @@ -1,6 +1,12 @@ News ==== +package-update-indicator 2 (2018-12-08T10:09:35+01:00) +------------------------------------------------------ + +- Add keywords to desktop files +- Fix typo in notification message + package-update-indicator 1 (2018-07-06T14:21:28+02:00) ------------------------------------------------------