Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored Sep 14, 2016
1 parent 0a86f23 commit fb07f12
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.1.2";
$settings->laralum_version = "2.1.3";
$settings->website_title = env('APP_NAME', 'My Application');
$settings->logo = ''; //Default logo will load
$settings->button_color = "blue";
Expand Down

0 comments on commit fb07f12

Please sign in to comment.