Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.05.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index e9a126e..1b2f218 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}

+0.05 2014-05-12T06:03:23Z
+
   - Change the parameter spec for almost all methods in Elastijk::oo

 0.04 2014-05-09T06:30:43Z
  • Loading branch information
gugod committed May 12, 2014
1 parent 5b6fe14 commit bcd2ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.05 2014-05-12T06:03:23Z

- Change the parameter spec for almost all methods in Elastijk::oo

0.04 2014-05-09T06:30:43Z
Expand Down
2 changes: 1 addition & 1 deletion lib/Elastijk.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Elastijk;
use strict;
use warnings;
our $VERSION = "0.04";
our $VERSION = "0.05";

use JSON ();
use URI::Escape qw(uri_escape);
Expand Down

0 comments on commit bcd2ca4

Please sign in to comment.