Skip to content

Commit

Permalink
Released version 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Gormley committed Aug 1, 2010
1 parent 6dc841f commit ce44437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.17
version: 0.18
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.17
version: 0.18
2 changes: 1 addition & 1 deletion lib/ElasticSearch.pm
Expand Up @@ -8,7 +8,7 @@ use HTTP::Request();
use JSON::XS();
use Encode qw(decode_utf8);

our $VERSION = '0.17';
our $VERSION = '0.18';

use constant {
ONE_REQ => 1,
Expand Down

0 comments on commit ce44437

Please sign in to comment.