Skip to content

Commit

Permalink
Overall improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Mar 19, 2018
1 parent d2255bb commit bda569f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ You can install the framework from a terminal by using:
```
composer create-project nova-framework/framework foldername 4.* -s dev
```
> **Note:** You can install the bare application variant from a terminal by using:
```
composer create-project nova-framework/app foldername 4.* -s dev
The foldername is the desired folder to be created.
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Application extends Container implements ResponsePreparerInterface
*
* @var string
*/
const VERSION = '4.0.0';
const VERSION = '4.0.1';

/**
* Indicates if the application has "booted".
Expand Down

0 comments on commit bda569f

Please sign in to comment.