We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f022de7 commit 00a0b5fCopy full SHA for 00a0b5f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v0.1.1 (2202-12-12)
4
+
5
### Bug fix
6
7
* Fixed to align the indentation of the line specified in header options.
src/Main.php
@@ -10,7 +10,7 @@
10
use Smeghead\PhpClassDiagram\Php\PhpReader;
11
12
class Main {
13
- const VERSION = 'v0.0.8';
+ const VERSION = 'v0.1.1';
14
15
public function __construct(string $directory, Options $options) {
16
$finder = new Finder();
0 commit comments