Skip to content

Commit 4974a41

Browse files
ChiChi
authored andcommitted
Updated version.
1 parent 758b952 commit 4974a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/dcg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $commands[] = new Commands\Other\DrushCommand();
3434
$commands[] = new Commands\Other\ApacheVirtualHost();
3535
$commands[] = new Commands\Other\HtmlPage();
3636

37-
$application = new Application('Drupal Code Generator', '1.0.0');
37+
$application = new Application('Drupal Code Generator', '1.0.3');
3838
$application->addCommands($commands);
3939

4040
$application->run();

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"chmod": "0755",
33
"directories": [
4-
"src/Command",
4+
"src/Commands",
55
"src/Resources"
66
],
77
"files": [

0 commit comments

Comments
 (0)