Skip to content

Commit

Permalink
Bumps version to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmelyun committed Feb 18, 2021
1 parent e8d2f6c commit 524d028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cleaver
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if (file_exists(__DIR__.'/vendor/autoload.php')) {
use Symfony\Component\Console\Application;
use Aschmelyun\Cleaver\Commands\BuildCommand;

$application = new Application('Cleaver', '1.5');
$application = new Application('Cleaver', '1.5.7');

$application->add(new BuildCommand());

$application->run();
$application->run();
2 changes: 1 addition & 1 deletion resources/views/layout/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div style="flex: 4">
<main class="px-6 md:px-0">
<header class="width-100 border-b-2 mb-8 pb-4">
<h1 class="text-3xl md:text-4xl font-thin text-gray-900 leading-snug">Welcome <span class="text-pink-600 text-sm font-semibold">V1.5.5</span></h1>
<h1 class="text-3xl md:text-4xl font-thin text-gray-900 leading-snug">Welcome <span class="text-pink-600 text-sm font-semibold">V1.5.7</span></h1>
<h3 class="text-base md:text-lg text-gray-700">A quick start guide for installing and using Cleaver.</h3>
</header>
@foreach($sections as $section)
Expand Down

0 comments on commit 524d028

Please sign in to comment.