Skip to content

Commit 9a1cf95

Browse files
committed
chore: clean up for v4
1 parent ea81304 commit 9a1cf95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class="relative bg-transparent dark:bg-[#001318] w-full h-[70px] flex items-cent
167167
<div class="mx-auto sm:px-6 lg:px-8 px-4 w-full">
168168
<div class="flex flex-col items-center gap-3 sm:flex-row sm:justify-between">
169169
<div class="flex flex-col-reverse items-center gap-3 sm:flex-row"><span
170-
class="text-sm text-gray-700 dark:text-gray-300">Leaf MVC v4.x-Beta - PHP
170+
class="text-sm text-gray-700 dark:text-gray-300">Leaf MVC v4.0 - PHP
171171
v{{ PHP_VERSION }}</span>
172172
</div>
173173
<ul class="flex items-center justify-end gap-3">

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"leafs/aloe": "v4.0-beta.2",
13+
"leafs/aloe": "^4.0",
1414
"leafs/blade": "^4.0",
15-
"leafs/mvc-core": "v4.0-beta.2",
16-
"leafs/leaf": "v4.0-beta",
15+
"leafs/mvc-core": "^4.0",
16+
"leafs/leaf": "^4.0",
1717
"leafs/logger": "^4.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)