Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mndrix committed Jul 9, 2008
1 parent 71b6a2a commit a360e00
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
version : 0.3.0
date : Wed Jul 9 15:17:40 MDT 2008
changes :
DEPRECATION:
FIXES:
- minor documentation corrections
NEW:
- support for retrieving item specifics (attributes)
---
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/Attribute.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::Attribute;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/Attributes.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::Attributes;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/Boolean.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::Boolean;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/Currency.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::Currency;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/Item.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::Item;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/ListingDetails.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::ListingDetails;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/SellingStatus.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::SellingStatus;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/eBay/User.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Object::eBay::User;
our $VERSION = '0.2.0';
our $VERSION = '0.3.0';

use Class::Std; {
use warnings;
Expand Down

0 comments on commit a360e00

Please sign in to comment.