Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 31 Dec 2016 17:55:06 +0000 (19:55 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 31 Dec 2016 17:55:06 +0000 (19:55 +0200)
Changes
lib/App/Lastmsg.pm

diff --git a/Changes b/Changes
index 9ebc0cd0536844f05eb8edca4ffc5016fcb19b27..04b169a2d08e8f9dec247a17a50ba9aad80285b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension App::Lastmsg.
 
+0.001001 2016-12-31T19:55+02:00
+ - Add lastmsg to EXE_FILES
+
 0.001 2016-12-31T19:50+02:00
  - Initial release
\ No newline at end of file
index 827cd364fef6365540cf428c09770b20ff1b4bd8..ca69e6dde6569828d4bedc31c03a689e1bf7c35f 100644 (file)
@@ -12,7 +12,7 @@ use List::Util qw/max/;
 use POSIX qw/strftime/;
 
 our $OUTPUT_FILEHANDLE = \*STDOUT;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 our @DEFAULT_INBOX = (
        "/var/mail/$ENV{USER}",
This page took 0.010791 seconds and 4 git commands to generate.