Skip to content

Commit

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

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

+0.09 2015-10-23T23:40:47Z
+
   - Documentation updates, no feature change.

 0.08 2014-05-30T15:19:09Z
  • Loading branch information
gugod committed Oct 23, 2015
1 parent 45cd9bb commit 2545dbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.09 2015-10-23T23:40:47Z

- Documentation updates, no feature change.

0.08 2014-05-30T15:19:09Z
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"=over 4"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.5.0, CPAN::Meta::Converter version 2.133380",
"generated_by" : "Minilla/v2.5.0, CPAN::Meta::Converter version 2.150001",
"license" : [
"mit"
],
Expand Down Expand Up @@ -65,7 +65,7 @@
"web" : "https://github.com/gugod/Elastijk"
}
},
"version" : "0.08",
"version" : "0.09",
"x_authority" : "cpan:GUGOD",
"x_contributors" : [
"borislav nikolov <jack@sofialondonmoskva.com>",
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.08";
our $VERSION = "0.09";

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

0 comments on commit 2545dbd

Please sign in to comment.