diff options
| author | xhe | 2017-01-23 21:52:29 +0800 | 
|---|---|---|
| committer | GitHub | 2017-01-23 21:52:29 +0800 | 
| commit | ed5b752d6505e2ca82728dfeabd77214d0edc5c4 (patch) | |
| tree | 0c4222fe9cb9f972b9a4eea6b4648096e6c0e8f1 /scripts | |
| parent | e786fbdfb17aac5ca19cbf1646e44b6009f02c60 (diff) | |
| download | scripts.irssi.org-ed5b752d6505e2ca82728dfeabd77214d0edc5c4.tar.bz2 | |
desktop-notify.pl: bump to 1.0.1
as title
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/desktop-notify.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/desktop-notify.pl b/scripts/desktop-notify.pl index 97c3012..c41a9f4 100644 --- a/scripts/desktop-notify.pl +++ b/scripts/desktop-notify.pl @@ -26,7 +26,7 @@ use HTML::Entities;  use Glib::Object::Introspection; # Ignore 'late INIT' warning message if autoloading  use Encode; -our $VERSION = '1.0.0'; +our $VERSION = '1.0.1';  our %IRSSI = (  	authors     => 'Felipe F. Tonello',  	contact     => 'eu@felipetonello.com', | 
