From: Marius Gavrilescu Date: Sat, 20 Sep 2014 21:33:31 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.000_5^0 X-Git-Url: http://git.ieval.ro/?p=app-fonbot-daemon.git;a=commitdiff_plain;h=4e1612f394dc932cb4ab60eb95f48fd15c27ba00 Bump version and update Changes --- diff --git a/Changes b/Changes index bbe6a3c..615ef93 100644 --- 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 a40aba4..eacea0c 100644 --- 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. diff --git a/lib/App/FonBot/Daemon.pm b/lib/App/FonBot/Daemon.pm index 2dabe33..783248c 100644 --- a/lib/App/FonBot/Daemon.pm +++ b/lib/App/FonBot/Daemon.pm @@ -1,6 +1,6 @@ package App::FonBot::Daemon; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use 5.014000; use strict; diff --git a/lib/App/FonBot/Plugin/BitlBee.pm b/lib/App/FonBot/Plugin/BitlBee.pm index 6aea90e..7e9aa8d 100644 --- a/lib/App/FonBot/Plugin/BitlBee.pm +++ b/lib/App/FonBot/Plugin/BitlBee.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::BitlBee; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/Common.pm b/lib/App/FonBot/Plugin/Common.pm index 93de4be..300cf6b 100644 --- a/lib/App/FonBot/Plugin/Common.pm +++ b/lib/App/FonBot/Plugin/Common.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Common; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/Config.pm b/lib/App/FonBot/Plugin/Config.pm index f196dbf..744f063 100644 --- a/lib/App/FonBot/Plugin/Config.pm +++ b/lib/App/FonBot/Plugin/Config.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::Config; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/HTTPD.pm b/lib/App/FonBot/Plugin/HTTPD.pm index 555ba37..785a0e7 100644 --- a/lib/App/FonBot/Plugin/HTTPD.pm +++ b/lib/App/FonBot/Plugin/HTTPD.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::HTTPD; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/IRC.pm b/lib/App/FonBot/Plugin/IRC.pm index 93ed29d..71904c5 100644 --- a/lib/App/FonBot/Plugin/IRC.pm +++ b/lib/App/FonBot/Plugin/IRC.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::IRC; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use v5.14; use strict; diff --git a/lib/App/FonBot/Plugin/OFTC.pm b/lib/App/FonBot/Plugin/OFTC.pm index e847085..ea4b701 100644 --- a/lib/App/FonBot/Plugin/OFTC.pm +++ b/lib/App/FonBot/Plugin/OFTC.pm @@ -1,6 +1,6 @@ package App::FonBot::Plugin::OFTC; -our $VERSION = '0.000_4'; +our $VERSION = '0.000_5'; use v5.14; use strict;