summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxhe2017-01-23 21:52:29 +0800
committerGitHub2017-01-23 21:52:29 +0800
commited5b752d6505e2ca82728dfeabd77214d0edc5c4 (patch)
tree0c4222fe9cb9f972b9a4eea6b4648096e6c0e8f1
parente786fbdfb17aac5ca19cbf1646e44b6009f02c60 (diff)
downloadscripts.irssi.org-ed5b752d6505e2ca82728dfeabd77214d0edc5c4.tar.bz2
desktop-notify.pl: bump to 1.0.1
as title
-rw-r--r--scripts/desktop-notify.pl2
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',