Skip to content

Commit

Permalink
version 1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomky committed Apr 15, 2019
1 parent ce0585c commit 7228e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,6 @@ requires:
YAML: '0'
YAML::Syck: '0'
YAML::XS: '0'
version: v1.57.0
version: v1.57.1

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 @@ -72,7 +72,7 @@ use Path::Class qw/file/;
use Data::Rmap qw/rmap_all/;
use strict;

our $VERSION = '1.57.0';
our $VERSION = '1.57.1';
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 7228e6f

Please sign in to comment.