Skip to content

Commit

Permalink
Bump version to 1.101 for uploading to CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
afan committed Oct 25, 2014
1 parent 291ca33 commit 67828bf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions perl/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Config-Neat

1.101 26 Oct 2014

- Bugfix: store 'converted to array' flags in a context-aware stack

1.1 26 Oct 2014

- Fixed and simplified parsing for repeating nodes
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Config/Neat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ L<https://github.com/iafan/Config-Neat>

package Config::Neat;

our $VERSION = '1.1';
our $VERSION = '1.101';

use strict;

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Config/Neat/Array.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ L<https://github.com/iafan/Config-Neat>

package Config::Neat::Array;

our $VERSION = '1.1';
our $VERSION = '1.101';

use strict;

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Config/Neat/Inheritable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Multiple inheritance is supported; use '.' do denote the the current file:

package Config::Neat::Inheritable;

our $VERSION = '1.1';
our $VERSION = '1.101';

use strict;

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Config/Neat/Render.pm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ L<https://github.com/iafan/Config-Neat>

package Config::Neat::Render;

our $VERSION = '1.1';
our $VERSION = '1.101';

use strict;

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Config/Neat/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ any arbitrary data structure and are not validated.

package Config::Neat::Schema;

our $VERSION = '1.1';
our $VERSION = '1.101';

use strict;

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Config/Neat/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ L<https://github.com/iafan/Config-Neat>

package Config::Neat::Util;

our $VERSION = '1.1';
our $VERSION = '1.101';

use strict;

Expand Down

0 comments on commit 67828bf

Please sign in to comment.