Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Apr 28, 2017
1 parent f5128fc commit e97b4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jigsaw
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $container->bind(Jigsaw::class, function ($c) {
$buildCommand = new BuildCommand($container);
$serveCommand = new ServeCommand($container);

$app = new Symfony\Component\Console\Application('Jigsaw', '1.0.0');
$app = new Symfony\Component\Console\Application('Jigsaw', '1.0.1');
$app->add($container[InitCommand::class]);
$app->add($buildCommand);
$app->add($serveCommand);
Expand Down
1 change: 1 addition & 0 deletions src/Collection/CollectionPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ private function getPageLink($file, $pageNumber)
'html',
$pageNumber
);

return ($link !== '/') ? rtrim($link, '/') : $link;
}
}

0 comments on commit e97b4b0

Please sign in to comment.