diff options
Diffstat (limited to '')
-rw-r--r-- | lib/MooseX/Net/API.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index 4e1ae5e..a2f663e 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -13,7 +13,7 @@ use MooseX::Net::API::Meta::Method; use MooseX::Net::API::Role::Serialize; use MooseX::Net::API::Role::Deserialize; -our $VERSION = '0.01'; +our $VERSION = '0.02'; my $list_content_type = { 'json' => 'application/json', |