Skip to content

Commit

Permalink
Bump version to 0.4100
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessen committed Dec 12, 2024
1 parent 46ef228 commit cde8c67
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lib/REST/Neo4p.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::VERSION = '0.4003';
$REST::Neo4p::VERSION = '0.4100';
}

our $CREATE_AUTO_ACCESSORS = 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Agent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use warnings;
our @ISA;
our $VERSION;
BEGIN {
$REST::Neo4p::Agent::VERSION = '0.4003';
$REST::Neo4p::Agent::VERSION = '0.4100';
}

our $AUTOLOAD;
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Agent/HTTP/Thin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Agent::HTTP::Thin::VERSION = '0.4003';
$REST::Neo4p::Agent::HTTP::Thin::VERSION = '0.4100';
}

my $unsafe = "^A-Za-z0-9\-\._~:+?%&=";
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Agent/LWP/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use LWP::ConnCache;
use strict;
use warnings;
BEGIN {
$REST::Neo4p::Agent::LWP::UserAgent::VERSION = '0.4003';
$REST::Neo4p::Agent::LWP::UserAgent::VERSION = '0.4100';
}
sub new {
my ($class,@args) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Agent/Mojo/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Agent::Mojo::UserAgent::VERSION = '0.4003';
$REST::Neo4p::Agent::Mojo::UserAgent::VERSION = '0.4100';
}

our @default_headers;
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Agent/Neo4j/Driver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use HTTP::Response;
use strict;
use warnings;
BEGIN {
$REST::Neo4p::Agent::Neo4j::Driver::VERSION = '0.4003';
$REST::Neo4p::Agent::Neo4j::Driver::VERSION = '0.4100';
}
my $WARN_ON_ERROR;

Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Batch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use warnings;
no warnings qw(once);

BEGIN {
$REST::Neo4p::Batch::VERSION = '0.4003';
$REST::Neo4p::Batch::VERSION = '0.4100';
}

our @EXPORT = qw(batch);
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Constrain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no warnings qw(once redefine);


BEGIN {
$REST::Neo4p::Constrain::VERSION = '0.4003';
$REST::Neo4p::Constrain::VERSION = '0.4100';
}
our @EXPORT = qw(create_constraint drop_constraint constrain relax);
our @VALIDATE = qw(validate_properties validate_relationship validate_relationship_type);
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Constraint.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ my $regex_to_json = sub {
};

BEGIN {
$REST::Neo4p::Constraint::VERSION = '0.4003';
$REST::Neo4p::Constraint::VERSION = '0.4100';
}

# valid constraint types
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Constraint/Property.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Constraint::Property::VERSION = '0.4003';
$REST::Neo4p::Constraint::Property::VERSION = '0.4100';
}

sub new_from_constraint_hash {
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Constraint/Relationship.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Constraint::Relationship::VERSION = '0.4003';
$REST::Neo4p::Constraint::Relationship::VERSION = '0.4100';
}

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Constraint/RelationshipType.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Constraint::RelationshipType::VERSION = '0.4003';
$REST::Neo4p::Constraint::RelationshipType::VERSION = '0.4100';
}

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Entity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use warnings;

# base class for nodes, relationships, indexes...
BEGIN {
$REST::Neo4p::Entity::VERSION = '0.4003';
$REST::Neo4p::Entity::VERSION = '0.4100';
}

our $ENTITY_TABLE = {};
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Exceptions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Exceptions::VERSION = '0.4003';
$REST::Neo4p::Exceptions::VERSION = '0.4100';
}
use Exception::Class (
'REST::Neo4p::Exception',
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Index.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Index::VERSION = '0.4003';
$REST::Neo4p::Index::VERSION = '0.4100';
}

my $unsafe = "^A-Za-z0-9\-\._\ ~";
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Node.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp qw(croak carp);
use strict;
use warnings;
BEGIN {
$REST::Neo4p::Node::VERSION = '0.4003';
$REST::Neo4p::Node::VERSION = '0.4100';
}

# creation, deletion and property manipulation are delegated
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/ParseStream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::ParseStream::VERSION = '0.4003';
$REST::Neo4p::ParseStream::VERSION = '0.4100';
}

our @EXPORT = qw/j_parse/;# j_parse_object j_parse_array /;
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Path.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Scalar::Util qw(blessed);
use strict;
use warnings;
BEGIN {
$REST::Neo4p::Path::VERSION = '0.4003';
$REST::Neo4p::Path::VERSION = '0.4100';
}

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Query.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use warnings;
no warnings qw(once);

BEGIN {
$REST::Neo4p::Query::VERSION = '0.4003';
$REST::Neo4p::Query::VERSION = '0.4100';
}

our $BUFSIZE = 50000;
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Relationship.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp qw(croak carp);
use strict;
use warnings;
BEGIN {
$REST::Neo4p::Relationship::VERSION = '0.4003';
$REST::Neo4p::Relationship::VERSION = '0.4100';
}

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/REST/Neo4p/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;

BEGIN {
$REST::Neo4p::Schema::VERSION = '0.4003';
$REST::Neo4p::Schema::VERSION = '0.4100';
}

#require 'REST::Neo4p';
Expand Down

0 comments on commit cde8c67

Please sign in to comment.