Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilk committed Feb 2, 2019
1 parent e446aa1 commit c098eac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/AtteanX/Model/SPARQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use v5.14;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.011_01';
our $VERSION = '0.012';

use Moo;
use Types::Standard qw(InstanceOf);
Expand Down
2 changes: 1 addition & 1 deletion lib/AtteanX/Plan/SPARQLBGP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use v5.14;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.011_01';
our $VERSION = '0.012';

use Moo;
use Scalar::Util qw(blessed);
Expand Down
2 changes: 1 addition & 1 deletion lib/AtteanX/Query/AccessPlan/SingleQuadBGP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.011_01';
our $VERSION = '0.012';

use Moo::Role;
use AtteanX::Plan::SPARQLBGP;
Expand Down
2 changes: 1 addition & 1 deletion lib/AtteanX/Store/SPARQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;


our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.011_01';
our $VERSION = '0.012';

use Moo;
use Type::Tiny::Role;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Attean/Store/SPARQL/Role/CreateStore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

our $AUTHORITY = 'cpan:KJETILK';
our $VERSION = '0.011_01';
our $VERSION = '0.012';

use RDF::Trine::Model;
use RDF::Trine qw(statement iri blank literal);
Expand Down
4 changes: 2 additions & 2 deletions meta/changes.pret
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file acts as the project's changelog.

`AtteanX-Store-SPARQL 0.011_01 cpan:KJETILK`
issued 2019-01-31;
`AtteanX-Store-SPARQL 0.012 cpan:KJETILK`
issued 2019-02-02;
label "Fix bug from upstream changes." ;
changeset [
dcs:versus `AtteanX-Store-SPARQL 0.010 cpan:KJETILK`;
Expand Down

0 comments on commit c098eac

Please sign in to comment.