Skip to content

Commit

Permalink
Increesed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs committed Sep 4, 2016
1 parent 33ae83c commit 1d4717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/2016_06_11_160205_create_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function up()
});

$settings = new Settings;
$settings->laralum_version = "2.0.4";
$settings->laralum_version = "2.0.5";
$settings->website_title = env('APP_NAME', 'My Application');
$settings->logo = ''; //Default logo will load
$settings->button_color = "blue";
Expand Down

0 comments on commit 1d4717c

Please sign in to comment.