Bump version and update Changes 0.000_5
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Sep 2014 21:33:31 +0000 (00:33 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Sep 2014 21:33:31 +0000 (00:33 +0300)
Changes
README
lib/App/FonBot/Daemon.pm
lib/App/FonBot/Plugin/BitlBee.pm
lib/App/FonBot/Plugin/Common.pm
lib/App/FonBot/Plugin/Config.pm
lib/App/FonBot/Plugin/HTTPD.pm
lib/App/FonBot/Plugin/IRC.pm
lib/App/FonBot/Plugin/OFTC.pm

diff --git a/Changes b/Changes
index bbe6a3c7d1be8deec080d1c9cf20b993e0f28fdb..615ef936cc9327dec03565ad60dabcd157baaa44 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension App::FonBot::Daemon.
 
+0.000_5 2014-09-21T00:33+03:00
+ - Add IRC to resources
+
 0.000_4 2014-08-31T01:05+03:00
  - Update Changes to follow CPAN::Changes::Spec
  - Remove test boilerplate (tests are still not included)
diff --git a/README b/README
index a40aba4bcda30d56b3f40350ce50ed6db18a18a6..eacea0cbf0bcd70e476c14f106478dd40159392c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-FonBot-Daemon version 0.001
-===============================
+App-FonBot-Daemon version 0.000_5
+=================================
 
 FonBot is an Android application that lets users control their phones through the internet or through text messages.
 
index 2dabe33bc0c7b04f0b9b518ae0d514b227f47353..783248cdea778e1bed3ae4abbcf94dea3ef2a989 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Daemon;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use 5.014000;
 use strict;
index 6aea90e7b1c0562b04f1dac6ec484ecbd034183c..7e9aa8da0e2f9ca08274869489a55f626daa3357 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::BitlBee;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use v5.14;
 use strict;
index 93de4be62a7e58ce12c12225e0f5d4fba65de9c0..300cf6b1fb01c35de7b2dbb3fdc6033dd94fb11b 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Common;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use v5.14;
 use strict;
index f196dbf95de3872327a39d6580f451082b07a47e..744f06368104e2c8f7bac23f80623bec661663d9 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::Config;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use v5.14;
 use strict;
index 555ba375ad897dc74b89ee27436addfebd54e16f..785a0e757501b0e390469b13e1710da099508a33 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::HTTPD;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use v5.14;
 use strict;
index 93ed29deb4879dc0951f5bf51b9b570cba1051ac..71904c5c20384f6f0ab6906a24ed2f7062deb962 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::IRC;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use v5.14;
 use strict;
index e84708588554b33a51263e9997ea63f2ca6dfd59..ea4b701680a86fc25db4b6dbb70d81b3ae895db3 100644 (file)
@@ -1,6 +1,6 @@
 package App::FonBot::Plugin::OFTC;
 
-our $VERSION = '0.000_4';
+our $VERSION = '0.000_5';
 
 use v5.14;
 use strict;
This page took 0.016906 seconds and 4 git commands to generate.