From: Marius Gavrilescu Date: Sat, 21 Jun 2014 23:21:17 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.000_002^0 X-Git-Url: http://git.ieval.ro/?p=www-backpacktf.git;a=commitdiff_plain;h=de56dfb111ba57a583539a4be35f5443e281a68c Bump version and update Changes --- diff --git a/Changes b/Changes index 938b56b..29fb1e9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ Revision history for Perl extension WWW::BackpackTF. +0.000_002 2014-06-22T02:21+03:00 + - Add IGetPrices and IGetCurrencies calls + 0.000_001 2014-06-15T02:35+03:00 - Initial release diff --git a/README b/README index ae4459d..01b8a59 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WWW-BackpackTF version 0.000_001 +WWW-BackpackTF version 0.000_002 ================================ WWW-BackpackTF is an interface to the backpack.tf Team Fortress 2 and Dota 2 trading service. diff --git a/lib/WWW/BackpackTF.pm b/lib/WWW/BackpackTF.pm index 6f4535a..a1fd37c 100644 --- a/lib/WWW/BackpackTF.pm +++ b/lib/WWW/BackpackTF.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; use parent qw/Exporter/; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; our @EXPORT_OK = qw/TF2 DOTA2/; use constant +{ diff --git a/lib/WWW/BackpackTF/Currency.pm b/lib/WWW/BackpackTF/Currency.pm index 2b731c9..325caca 100644 --- a/lib/WWW/BackpackTF/Currency.pm +++ b/lib/WWW/BackpackTF/Currency.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::Currency; use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; sub new{ my ($class, $name, $content) = @_; diff --git a/lib/WWW/BackpackTF/Item.pm b/lib/WWW/BackpackTF/Item.pm index 885c333..ee548ee 100644 --- a/lib/WWW/BackpackTF/Item.pm +++ b/lib/WWW/BackpackTF/Item.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::Item; use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; sub new{ my ($class, $name, $content) = @_; diff --git a/lib/WWW/BackpackTF/User.pm b/lib/WWW/BackpackTF/User.pm index fb943a8..5ab276d 100644 --- a/lib/WWW/BackpackTF/User.pm +++ b/lib/WWW/BackpackTF/User.pm @@ -3,7 +3,7 @@ package WWW::BackpackTF::User; use 5.014000; use strict; use warnings; -our $VERSION = '0.000_001'; +our $VERSION = '0.000_002'; sub new{ my ($class, $content) = @_;