Skip to content

Commit

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

diff --git a/Changes b/Changes
index 1a6b5b8..c9f2744 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension JSON-TypeInference

 {{$NEXT}}

+0.03 2015-10-15T09:41:29Z
+
+    - No changes
+
 0.02 2015-10-15T09:40:32Z
     - #4 Infer the type of each properties
         - #4
  • Loading branch information
aereal committed Oct 15, 2015
1 parent 4d7f1c9 commit 107fd4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension JSON-TypeInference

{{$NEXT}}

0.03 2015-10-15T09:41:29Z

- No changes

0.02 2015-10-15T09:40:32Z
- #4 Infer the type of each properties
- https://github.com/aereal/JSON-TypeInference/pull/4
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"web" : "https://github.com/aereal/JSON-TypeInference"
}
},
"version" : "0.02",
"version" : "0.03",
"x_authority" : "cpan:AEREAL",
"x_contributors" : [
"Syohei YOSHIDA <syohex@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/JSON/TypeInference.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use 5.008001;
use strict;
use warnings;

our $VERSION = "0.02";
our $VERSION = "0.03";

use List::Util qw(first);
use List::UtilsBy qw(partition_by sort_by);
Expand Down

0 comments on commit 107fd4e

Please sign in to comment.