Skip to content

Commit 482a4fd

Browse files
committed
v1.2.1
Bug fix * fix to Avoid interdependencies Smeghead\PhpClassDiagram\Php and Smeghead\PhpClassDiagram\Php\Finders.
1 parent 3aef891 commit 482a4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Main
1616
{
17-
const VERSION = 'v1.2.0';
17+
const VERSION = 'v1.2.1';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)