Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Dec 12, 2022
1 parent f022de7 commit 00a0b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## v0.1.1 (2202-12-12)

### Bug fix

* Fixed to align the indentation of the line specified in header options.
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Smeghead\PhpClassDiagram\Php\PhpReader;

class Main {
const VERSION = 'v0.0.8';
const VERSION = 'v0.1.1';

public function __construct(string $directory, Options $options) {
$finder = new Finder();
Expand Down

0 comments on commit 00a0b5f

Please sign in to comment.