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 9251534..9b1d0fe 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -12,7 +12,7 @@ use MooseX::Net::API::Meta::Method; use MooseX::Net::API::Role::Serialize; use MooseX::Net::API::Role::Deserialize; -our $VERSION = '0.07'; +our $VERSION = '0.08'; my $list_content_type = { 'json' => 'application/json', |