Bump version
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Sep 2013 11:08:54 +0000 (14:08 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Sep 2013 11:08:54 +0000 (14:08 +0300)
Changes
README
lib/POE/Component/IRC/Plugin/Hello.pm

diff --git a/Changes b/Changes
index 48e3ab443f641cb6eddffaf9d2e4d4a319c8ad58..c78766db9c88ac494ee3d76fec7733443fb0ce25 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,2 +1,5 @@
+0.001001  Tue 24 Sep 14:07:08 EEST 2013
+       - Replace "niihau" with "ni hao"
+
 POE::Component::IRC::Plugin::Hello (0.001) 11 Jul 2013
- * Initial release
\ No newline at end of file
+ * Initial release
diff --git a/README b/README
index b35cfa4851604e0b8e8d3a70dbb695e1164f3eef..557522dbb33a5a16ff0b4048ab7ab191511e3a2b 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-POE-Component-IRC-Plugin-Hello version 0.001
-============================================
+POE-Component-IRC-Plugin-Hello version 0.001001
+===============================================
 
 POE::Component::IRC::Plugin::Hello is a PoCo-IRC plugin that greets back
 who greet him or a channel in public. It knows how to say hello in several
index 3e832309c212b3ec612c8507001486a2e43d07f9..90c14f1223cc5844294d8cedb6466827717e4b54 100644 (file)
@@ -1,8 +1,9 @@
-package POE::Component::IRC::Plugin::Hello 0.001;
+package POE::Component::IRC::Plugin::Hello;
 
 use 5.014000;
 use strict;
 use warnings;
+our $VERSION = '0.001001';
 
 use List::Util qw/first/;
 
This page took 0.012219 seconds and 4 git commands to generate.