Skip to content

Commit

Permalink
version 1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Aug 30, 2016
1 parent dc81b7b commit 49ae1b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"provides" : {
"Tuba" : {
"file" : "lib/Tuba.pm",
"version" : "1.43"
"version" : "1.44"
},
"Tuba::Activity" : {
"file" : "lib/Tuba/Activity.pm"
Expand Down Expand Up @@ -349,6 +349,6 @@
}
},
"release_status" : "stable",
"version" : "1.43",
"version" : "1.44",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Tuba
provides:
Tuba:
file: lib/Tuba.pm
version: '1.43'
version: '1.44'
Tuba::Activity:
file: lib/Tuba/Activity.pm
Tuba::Array:
Expand Down Expand Up @@ -242,5 +242,5 @@ requires:
YAML: '0'
YAML::Syck: '0'
YAML::XS: '0'
version: '1.43'
version: '1.44'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
2 changes: 1 addition & 1 deletion lib/Tuba.pm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ use Path::Class qw/file/;
use Data::Rmap qw/rmap_all/;
use strict;

our $VERSION = '1.43';
our $VERSION = '1.44';
our @supported_formats = qw/json yaml ttl html nt rdfxml dot rdfjson jsontriples svg txt thtml csv/;

sub startup {
Expand Down

0 comments on commit 49ae1b8

Please sign in to comment.