Skip to content

Commit

Permalink
Version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 10, 2021
1 parent 685b7ed commit 83f5dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/wp-documentor
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use Symfony\Component\Console\Output\StreamOutput;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\Finder\Finder;

$application = new Application( 'Pronamic WordPress Documentor', '1.1.0' );
$application = new Application( 'Pronamic WordPress Documentor', '1.1.1' );

$application->register( 'parse' )
->addArgument( 'source', InputArgument::REQUIRED, 'Directory to scan for hooks extraction.' )
Expand Down
2 changes: 1 addition & 1 deletion templates/markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
printf(
'<em>Generated by <a href="%s">Pronamic WordPress Documentor</a> <code>%s</code></em>',
'https://github.com/pronamic/wp-documentor',
'1.1.0'
'1.1.1'
);

echo '<p>';
Expand Down

0 comments on commit 83f5dab

Please sign in to comment.