Skip to content

Commit 00a0b5f

Browse files
committed
v0.1.1
1 parent f022de7 commit 00a0b5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## v0.1.1 (2202-12-12)
4+
35
### Bug fix
46

57
* Fixed to align the indentation of the line specified in header options.

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Smeghead\PhpClassDiagram\Php\PhpReader;
1111

1212
class Main {
13-
const VERSION = 'v0.0.8';
13+
const VERSION = 'v0.1.1';
1414

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

0 commit comments

Comments
 (0)