Bump version and update Changes 0.000_002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Jun 2014 23:21:17 +0000 (02:21 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Jun 2014 23:21:17 +0000 (02:21 +0300)
Changes
README
lib/WWW/BackpackTF.pm
lib/WWW/BackpackTF/Currency.pm
lib/WWW/BackpackTF/Item.pm
lib/WWW/BackpackTF/User.pm

diff --git a/Changes b/Changes
index 938b56b98fe95fc8570997bff68ac58b09570085..29fb1e9c194146a61e738e3de859f4a08c9b6ea5 100644 (file)
--- 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 ae4459dbf21fb0d1ca26cda26e89c4cc4b4a708b..01b8a5946c5d5349c73737ef704254b74d80b112 100644 (file)
--- 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.
index 6f4535a199340c776b0ffa9b92efd6435187c6df..a1fd37ceed91e10ad086a26aa37083e0a6a01512 100644 (file)
@@ -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 +{
index 2b731c9bec79720ce9777c0d1c6e4a04b6d33195..325caca81aecc56a7fad7d0d65bfe21fa65203eb 100644 (file)
@@ -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) = @_;
index 885c333d3c6907260a24ae8dc78d857e618e5c27..ee548ee798ac5cab4e84b9d30458a8206fdefdb2 100644 (file)
@@ -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) = @_;
index fb943a8bb343c62432705f4d8eee141249d72124..5ab276d5cc55df8f0e832e66cf864456f84ee62e 100644 (file)
@@ -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) = @_;
This page took 0.014285 seconds and 4 git commands to generate.