Skip to content

Commit

Permalink
Released v 0.13, Tested against ElasticSearch version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Gormley committed May 13, 2010
1 parent 2c9a581 commit 6695f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -18,7 +18,7 @@ name: ElasticSearch
provides:
ElasticSearch:
file: lib/ElasticSearch.pm
version: 0.12
version: 0.13
ElasticSearch::Error:
file: lib/ElasticSearch.pm
requires:
Expand All @@ -30,4 +30,4 @@ requires:
LWP::UserAgent: 0
resources:
license: http://dev.perl.org/licenses/
version: 0.12
version: 0.13
4 changes: 2 additions & 2 deletions lib/ElasticSearch.pm
Expand Up @@ -8,7 +8,7 @@ use HTTP::Request();
use JSON::XS();
use Encode qw(decode_utf8);

our $VERSION = '0.12';
our $VERSION = '0.13';

use constant {
ONE_REQ => 1,
Expand Down Expand Up @@ -1147,7 +1147,7 @@ ElasticSearch - An API for communicating with ElasticSearch
=head1 VERSION
Version 0.12, tested against ElasticSearch server version 0.6.0.
Version 0.13, tested against ElasticSearch server version 0.7.0.
=cut

Expand Down

0 comments on commit 6695f6e

Please sign in to comment.