Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartich0ke committed Oct 7, 2023
1 parent ae7ad50 commit 47c2a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "laravel/laravel",
"type": "project",
"version": "1.0.3",
"version": "1.0.4",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function gtag(){dataLayer.push(arguments);}
@if(Route::currentRouteName() != 'root')
<footer class="mt-2 mb-0">
<hr class="mx-5">
<div class="text-muted text-center "><a class="text-muted" href="https://github.com/Smartich0ke/FerriteCMS">Ferrite</a> Content Management System v1.0.2 by Nikolai Patrick. <a class="text-muted me-auto" href="{{ route('login') }}">Admin login</a></div>
<div class="text-muted text-center "><a class="text-muted" href="https://github.com/Smartich0ke/FerriteCMS">Ferrite</a> Content Management System v1.0.4 by Nikolai Patrick. <a class="text-muted me-auto" href="{{ route('login') }}">Admin login</a></div>
</footer>
@endif
</div>
Expand Down

0 comments on commit 47c2a41

Please sign in to comment.